Html Css Color HEX #765DCC Slate Blue

📋 copy color: '#765DCC'

red 118 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #765DCC

Tints of Slate Blue #765DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

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

R = 28.43%
G = 22.41%
B = 49.16%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#765DCC (or 0x765DCC) is known color: Slate Blue. HEX triplet: 76, 5D and CC. RGB value is (118,93,204). Sum of RGB (Red+Green+Blue) = 118+93+204=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #765DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCC is #89A233. Grayscale: #707070. Windows color (decimal): -9019956 or 13393270. OLE color: 13393270.

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

Color convert

RGB 118 93 204 -
CMYK 0.42 0.54 0 0.2
HSL 253.51º 0.52% 0.58% -
HSV(B) 253.51º 0.54% 0.8% -
XYZ 22.28 16.04 59.05 -
YUV 113.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 118 93 204 0.42 0.54 0 0.2 253.51 0.52 0.58
Hex 76 5D CC 2A 36 0 14 FE 34 3A
Octal 166 135 314 52 66 0 24 376 64 72
Binary 1110110 1011101 11001100 101010 110110 0 10100 11111110 110100 111010

Color Harmonies of #765DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DCC

Black with #765DCC

Text Example


Text Example

White with #765DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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