Html Css Color HEX #775EDB Slate Blue

📋 copy color: '#775EDB'

red 119 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #775EDB

Tints of Slate Blue #775EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 27.55%
G = 21.76%
B = 50.69%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#775EDB (or 0x775EDB) is known color: Slate Blue. HEX triplet: 77, 5E and DB. RGB value is (119,94,219). Sum of RGB (Red+Green+Blue) = 119+94+219=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #775EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EDB is #88A124. Grayscale: #737373. Windows color (decimal): -8954149 or 14376567. OLE color: 14376567.

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

Color convert

RGB 119 94 219 -
CMYK 0.46 0.57 0 0.14
HSL 252º 0.63% 0.61% -
HSV(B) 252º 0.57% 0.86% -
XYZ 24.4 17.04 69.02 -
YUV 115.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 119 94 219 0.46 0.57 0 0.14 252 0.63 0.61
Hex 77 5E DB 2E 39 0 E FC 3F 3D
Octal 167 136 333 56 71 0 16 374 77 75
Binary 1110111 1011110 11011011 101110 111001 0 1110 11111100 111111 111101

Color Harmonies of #775EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EDB

Black with #775EDB

Text Example


Text Example

White with #775EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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