#755FCB

Color #755FCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #755FCB

Tints of Slate Blue #755FCB

Color information

#755FCB (or 0x755FCB) is unknown color: approx Slate Blue. HEX triplet: 75, 5F and CB. RGB value is (117,95,203). Sum of RGB (Red+Green+Blue) = 117+95+203=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #755FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCB is #8AA034. Grayscale: #717171. Windows color (decimal): -9084981 or 13328245. OLE color: 13328245.

HSL color Cylindrical-coordinate representation of color #755FCB: hue angle of 252.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755FCB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11795203-
CMYK0.420.5300.20
HSL252.22º50.94%58.43%-
HSV(B)252.22º53.2%79.61%-
XYZ22.2116.2858.47-
YUV113.89178.29130.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=28.19%
G=22.89%
B=48.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117952030.420.5300.20252.2250.9458.43
Hex755FCB2A35014fc333a
Octal16513731352650243746372
Binary111010110111111100101110101011010101010011111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755FCB; }

 p { color: rgb(117,95,203); }

 H1.HeaderClassName
 {
   color: #755FCB;
 }
 .AnyTagClassName
 {
   color: #755FCB;
 }
</style>
background-color css

<style>
 a { background-color: #755FCB; }

 a { background-color: rgb(117,95,203); }

 div.DivClassName
 {
   background-color: #755FCB;
 }
 .BgClassName
 {
   background-color: #755FCB;
 }
</style>
border-color css

<style>
 span { border-color: #755FCB; }

 span { border-color: rgb(117,95,203); }

 td.TdClassName
 {
   border-color: #755FCB;
 }
 .TagClassName
 {
   border-color: #755FCB;
 }
</style>