Html Css Color HEX #755CCE Slate Blue

📋 copy color: '#755CCE'

red 117 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #755CCE

Tints of Slate Blue #755CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 28.19%
G = 22.17%
B = 49.64%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#755CCE (or 0x755CCE) is known color: Slate Blue. HEX triplet: 75, 5C and CE. RGB value is (117,92,206). Sum of RGB (Red+Green+Blue) = 117+92+206=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #755CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCE is #8AA331. Grayscale: #707070. Windows color (decimal): -9085746 or 13524085. OLE color: 13524085.

HSL color Cylindrical-coordinate representation of color #755CCE: hue angle of 253.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755CCE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 92 206 -
CMYK 0.43 0.55 0 0.19
HSL 253.16º 0.54% 0.58% -
HSV(B) 253.16º 0.55% 0.81% -
XYZ 22.3 15.89 60.28 -
YUV 112.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 117 92 206 0.43 0.55 0 0.19 253.16 0.54 0.58
Hex 75 5C CE 2B 37 0 13 FD 36 3A
Octal 165 134 316 53 67 0 23 375 66 72
Binary 1110101 1011100 11001110 101011 110111 0 10011 11111101 110110 111010

Color Harmonies of #755CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CCE

Black with #755CCE

Text Example


Text Example

White with #755CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,206); }

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

background-color css

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

 a { background-color: rgb(117,92,206); }

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

border-color css

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

 span { border-color: rgb(117,92,206); }

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