Html Css Color HEX #765CCC Slate Blue

📋 copy color: '#765CCC'

red 118 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #765CCC

Tints of Slate Blue #765CCC

RGB

 RED value IS 118 (46.48% from 255) = 28.5%

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 28.5%
G = 22.22%
B = 49.28%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#765CCC (or 0x765CCC) is known color: Slate Blue. HEX triplet: 76, 5C and CC. RGB value is (118,92,204). Sum of RGB (Red+Green+Blue) = 118+92+204=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #765CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CCC is #89A333. Grayscale: #707070. Windows color (decimal): -9020212 or 13393014. OLE color: 13393014.

HSL color Cylindrical-coordinate representation of color #765CCC: hue angle of 253.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765CCC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 92 204 -
CMYK 0.42 0.55 0 0.2
HSL 253.93º 0.52% 0.58% -
HSV(B) 253.93º 0.55% 0.8% -
XYZ 22.2 15.87 59.02 -
YUV 112.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 118 92 204 0.42 0.55 0 0.2 253.93 0.52 0.58
Hex 76 5C CC 2A 37 0 14 FE 34 3A
Octal 166 134 314 52 67 0 24 376 64 72
Binary 1110110 1011100 11001100 101010 110111 0 10100 11111110 110100 111010

Color Harmonies of #765CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CCC

Black with #765CCC

Text Example


Text Example

White with #765CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765CCC; }

 p { color: rgb(118,92,204); }

 H1.HeaderClassName
 {
   color: #765CCC;
 }
 .AnyTagClassName
 {
   color: #765CCC;
 }
</style>

background-color css

<style>
 a { background-color: #765CCC; }

 a { background-color: rgb(118,92,204); }

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

border-color css

<style>
 span { border-color: #765CCC; }

 span { border-color: rgb(118,92,204); }

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