Html Css Color HEX #765DDB Slate Blue

📋 copy color: '#765DDB'

red 118 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #765DDB

Tints of Slate Blue #765DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 27.44%
G = 21.63%
B = 50.93%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#765DDB (or 0x765DDB) is known color: Slate Blue. HEX triplet: 76, 5D and DB. RGB value is (118,93,219). Sum of RGB (Red+Green+Blue) = 118+93+219=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #765DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DDB is #89A224. Grayscale: #727272. Windows color (decimal): -9019941 or 14376310. OLE color: 14376310.

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

Color convert

RGB 118 93 219 -
CMYK 0.46 0.58 0 0.14
HSL 251.9º 0.64% 0.61% -
HSV(B) 251.9º 0.58% 0.86% -
XYZ 24.17 16.79 68.99 -
YUV 114.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 118 93 219 0.46 0.58 0 0.14 251.9 0.64 0.61
Hex 76 5D DB 2E 3A 0 E FC 40 3D
Octal 166 135 333 56 72 0 16 374 100 75
Binary 1110110 1011101 11011011 101110 111010 0 1110 11111100 1000000 111101

Color Harmonies of #765DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DDB

Black with #765DDB

Text Example


Text Example

White with #765DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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