Html Css Color HEX #814DDB Slate Blue

📋 copy color: '#814DDB'

red 129 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #814DDB

Tints of Slate Blue #814DDB

RGB

 RED value IS 129 (50.78% from 255) = 30.35%

 GREEN value IS 77 (30.47% from 255) = 18.12%

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

R = 30.35%
G = 18.12%
B = 51.53%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#814DDB (or 0x814DDB) is known color: Slate Blue. HEX triplet: 81, 4D and DB. RGB value is (129,77,219). Sum of RGB (Red+Green+Blue) = 129+77+219=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #814DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DDB is #7EB224. Grayscale: #6C6C6C. Windows color (decimal): -8303141 or 14372225. OLE color: 14372225.

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

Color convert

RGB 129 77 219 -
CMYK 0.41 0.65 0 0.14
HSL 261.97º 0.66% 0.58% -
HSV(B) 261.97º 0.65% 0.86% -
XYZ 24.49 15.09 68.64 -
YUV 108.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 129 77 219 0.41 0.65 0 0.14 261.97 0.66 0.58
Hex 81 4D DB 29 41 0 E 106 42 3A
Octal 201 115 333 51 101 0 16 406 102 72
Binary 10000001 1001101 11011011 101001 1000001 0 1110 100000110 1000010 111010

Color Harmonies of #814DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DDB

Black with #814DDB

Text Example


Text Example

White with #814DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,219); }

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

background-color css

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

 a { background-color: rgb(129,77,219); }

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

border-color css

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

 span { border-color: rgb(129,77,219); }

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