Html Css Color HEX #765DCE Slate Blue

📋 copy color: '#765DCE'

red 118 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #765DCE

Tints of Slate Blue #765DCE

RGB

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

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

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

R = 28.3%
G = 22.3%
B = 49.4%

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

#765DCE (or 0x765DCE) is known color: Slate Blue. HEX triplet: 76, 5D and CE. RGB value is (118,93,206). Sum of RGB (Red+Green+Blue) = 118+93+206=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #765DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCE is #89A231. Grayscale: #707070. Windows color (decimal): -9019954 or 13524342. OLE color: 13524342.

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

Color convert

RGB 118 93 206 -
CMYK 0.43 0.55 0 0.19
HSL 253.27º 0.54% 0.59% -
HSV(B) 253.27º 0.55% 0.81% -
XYZ 22.53 16.14 60.32 -
YUV 113.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 118 93 206 0.43 0.55 0 0.19 253.27 0.54 0.59
Hex 76 5D CE 2B 37 0 13 FD 36 3B
Octal 166 135 316 53 67 0 23 375 66 73
Binary 1110110 1011101 11001110 101011 110111 0 10011 11111101 110110 111011

Color Harmonies of #765DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DCE

Black with #765DCE

Text Example


Text Example

White with #765DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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