Html Css Color HEX #755AC8 Slate Blue

📋 copy color: '#755AC8'

red 117 ◦ green 90 ◦ blue 200

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

Shades of Slate Blue #755AC8

Tints of Slate Blue #755AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 28.75%
G = 22.11%
B = 49.14%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#755AC8 (or 0x755AC8) is known color: Slate Blue. HEX triplet: 75, 5A and C8. RGB value is (117,90,200). Sum of RGB (Red+Green+Blue) = 117+90+200=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #755AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AC8 is #8AA537. Grayscale: #6E6E6E. Windows color (decimal): -9086264 or 13130357. OLE color: 13130357.

HSL color Cylindrical-coordinate representation of color #755AC8: hue angle of 254.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755AC8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 90 200 -
CMYK 0.42 0.55 0 0.22
HSL 254.73º 0.5% 0.57% -
HSV(B) 254.73º 0.55% 0.78% -
XYZ 21.42 15.26 56.46 -
YUV 110.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 117 90 200 0.42 0.55 0 0.22 254.73 0.5 0.57
Hex 75 5A C8 2A 37 0 16 FF 32 39
Octal 165 132 310 52 67 0 26 377 62 71
Binary 1110101 1011010 11001000 101010 110111 0 10110 11111111 110010 111001

Color Harmonies of #755AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AC8

Black with #755AC8

Text Example


Text Example

White with #755AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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