Html Css Color HEX #775BDB Slate Blue

📋 copy color: '#775BDB'

red 119 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #775BDB

Tints of Slate Blue #775BDB

RGB

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

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

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

R = 27.74%
G = 21.21%
B = 51.05%

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

#775BDB (or 0x775BDB) is known color: Slate Blue. HEX triplet: 77, 5B and DB. RGB value is (119,91,219). Sum of RGB (Red+Green+Blue) = 119+91+219=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #775BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BDB is #88A424. Grayscale: #717171. Windows color (decimal): -8954917 or 14375799. OLE color: 14375799.

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

Color convert

RGB 119 91 219 -
CMYK 0.46 0.58 0 0.14
HSL 253.13º 0.64% 0.61% -
HSV(B) 253.13º 0.58% 0.86% -
XYZ 24.14 16.52 68.93 -
YUV 113.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 119 91 219 0.46 0.58 0 0.14 253.13 0.64 0.61
Hex 77 5B DB 2E 3A 0 E FD 40 3D
Octal 167 133 333 56 72 0 16 375 100 75
Binary 1110111 1011011 11011011 101110 111010 0 1110 11111101 1000000 111101

Color Harmonies of #775BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BDB

Black with #775BDB

Text Example


Text Example

White with #775BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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