Html Css Color HEX #775DDB Slate Blue

📋 copy color: '#775DDB'

red 119 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #775DDB

Tints of Slate Blue #775DDB

RGB

 RED value IS 119 (46.88% from 255) = 27.61%

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

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

R = 27.61%
G = 21.58%
B = 50.81%

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

#775DDB (or 0x775DDB) is known color: Slate Blue. HEX triplet: 77, 5D and DB. RGB value is (119,93,219). Sum of RGB (Red+Green+Blue) = 119+93+219=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #775DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DDB is #88A224. Grayscale: #727272. Windows color (decimal): -8954405 or 14376311. OLE color: 14376311.

HSL color Cylindrical-coordinate representation of color #775DDB: hue angle of 252.38º 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 #775DDB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 93 219 -
CMYK 0.46 0.58 0 0.14
HSL 252.38º 0.64% 0.61% -
HSV(B) 252.38º 0.58% 0.86% -
XYZ 24.31 16.87 68.99 -
YUV 115.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 119 93 219 0.46 0.58 0 0.14 252.38 0.64 0.61
Hex 77 5D DB 2E 3A 0 E FC 40 3D
Octal 167 135 333 56 72 0 16 374 100 75
Binary 1110111 1011101 11011011 101110 111010 0 1110 11111100 1000000 111101

Color Harmonies of #775DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DDB

Black with #775DDB

Text Example


Text Example

White with #775DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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