Html Css Color HEX #765DC8 Slate Blue

📋 copy color: '#765DC8'

red 118 ◦ green 93 ◦ blue 200

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

Shades of Slate Blue #765DC8

Tints of Slate Blue #765DC8

RGB

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

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

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

R = 28.71%
G = 22.63%
B = 48.66%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#765DC8 (or 0x765DC8) is known color: Slate Blue. HEX triplet: 76, 5D and C8. RGB value is (118,93,200). Sum of RGB (Red+Green+Blue) = 118+93+200=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #765DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DC8 is #89A237. Grayscale: #707070. Windows color (decimal): -9019960 or 13131126. OLE color: 13131126.

HSL color Cylindrical-coordinate representation of color #765DC8: hue angle of 254.02º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765DC8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 93 200 -
CMYK 0.41 0.54 0 0.22
HSL 254.02º 0.49% 0.57% -
HSV(B) 254.02º 0.54% 0.78% -
XYZ 21.81 15.85 56.55 -
YUV 112.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 118 93 200 0.41 0.54 0 0.22 254.02 0.49 0.57
Hex 76 5D C8 29 36 0 16 FE 31 39
Octal 166 135 310 51 66 0 26 376 61 71
Binary 1110110 1011101 11001000 101001 110110 0 10110 11111110 110001 111001

Color Harmonies of #765DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DC8

Black with #765DC8

Text Example


Text Example

White with #765DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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