Html Css Color HEX #765BDC Slate Blue

📋 copy color: '#765BDC'

red 118 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #765BDC

Tints of Slate Blue #765BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.21%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 27.51%
G = 21.21%
B = 51.28%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#765BDC (or 0x765BDC) is known color: Slate Blue. HEX triplet: 76, 5B and DC. RGB value is (118,91,220). Sum of RGB (Red+Green+Blue) = 118+91+220=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #765BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDC is #89A423. Grayscale: #717171. Windows color (decimal): -9020452 or 14441334. OLE color: 14441334.

HSL color Cylindrical-coordinate representation of color #765BDC: hue angle of 252.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765BDC is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 91 220 -
CMYK 0.46 0.59 0 0.14
HSL 252.56º 0.65% 0.61% -
HSV(B) 252.56º 0.59% 0.86% -
XYZ 24.13 16.5 69.62 -
YUV 113.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 118 91 220 0.46 0.59 0 0.14 252.56 0.65 0.61
Hex 76 5B DC 2E 3B 0 E FD 41 3D
Octal 166 133 334 56 73 0 16 375 101 75
Binary 1110110 1011011 11011100 101110 111011 0 1110 11111101 1000001 111101

Color Harmonies of #765BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BDC

Black with #765BDC

Text Example


Text Example

White with #765BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,220); }

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

background-color css

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

 a { background-color: rgb(118,91,220); }

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

border-color css

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

 span { border-color: rgb(118,91,220); }

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