Html Css Color HEX #765BDE Slate Blue

📋 copy color: '#765BDE'

red 118 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #765BDE

Tints of Slate Blue #765BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 27.38%
G = 21.11%
B = 51.51%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#765BDE (or 0x765BDE) is known color: Slate Blue. HEX triplet: 76, 5B and DE. RGB value is (118,91,222). Sum of RGB (Red+Green+Blue) = 118+91+222=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #765BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDE is #89A421. Grayscale: #717171. Windows color (decimal): -9020450 or 14572406. OLE color: 14572406.

HSL color Cylindrical-coordinate representation of color #765BDE: hue angle of 252.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765BDE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 91 222 -
CMYK 0.47 0.59 0 0.13
HSL 252.37º 0.66% 0.61% -
HSV(B) 252.37º 0.59% 0.87% -
XYZ 24.4 16.61 71.03 -
YUV 114.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 118 91 222 0.47 0.59 0 0.13 252.37 0.66 0.61
Hex 76 5B DE 2F 3B 0 D FC 42 3D
Octal 166 133 336 57 73 0 15 374 102 75
Binary 1110110 1011011 11011110 101111 111011 0 1101 11111100 1000010 111101

Color Harmonies of #765BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BDE

Black with #765BDE

Text Example


Text Example

White with #765BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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