Html Css Color HEX #755ACB Slate Blue

📋 copy color: '#755ACB'

red 117 ◦ green 90 ◦ blue 203

#755ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #755ACB

Tints of Slate Blue #755ACB

RGB

 RED value IS 117 (46.09% from 255) = 28.54%

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 28.54%
G = 21.95%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#755ACB (or 0x755ACB) is known color: Slate Blue. HEX triplet: 75, 5A and CB. RGB value is (117,90,203). Sum of RGB (Red+Green+Blue) = 117+90+203=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #755ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ACB is #8AA534. Grayscale: #6E6E6E. Windows color (decimal): -9086261 or 13326965. OLE color: 13326965.

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

Color convert

RGB 117 90 203 -
CMYK 0.42 0.56 0 0.20
HSL 254.34º 0.52% 0.57% -
HSV(B) 254.34º 0.56% 0.8% -
XYZ 21.77 15.41 58.33 -
YUV 110.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 117 90 203 0.42 0.56 0 0.20 254.34 0.52 0.57
Hex 75 5A CB 2A 38 0 14 FE 34 39
Octal 165 132 313 52 70 0 24 376 64 71
Binary 1110101 1011010 11001011 101010 111000 0 10100 11111110 110100 111001

Color Harmonies of #755ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ACB

Black with #755ACB

Text Example


Text Example

White with #755ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #755ACB;
 }
 .AnyTagClassName
 {
   color: #755ACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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