Html Css Color HEX #814DDD Slate Blue

📋 copy color: '#814DDD'

red 129 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #814DDD

Tints of Slate Blue #814DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 30.21%
G = 18.03%
B = 51.76%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814DDD (or 0x814DDD) is known color: Slate Blue. HEX triplet: 81, 4D and DD. RGB value is (129,77,221). Sum of RGB (Red+Green+Blue) = 129+77+221=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #814DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DDD is #7EB222. Grayscale: #6C6C6C. Windows color (decimal): -8303139 or 14503297. OLE color: 14503297.

HSL color Cylindrical-coordinate representation of color #814DDD: hue angle of 261.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814DDD is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 77 221 -
CMYK 0.42 0.65 0 0.13
HSL 261.67º 0.68% 0.58% -
HSV(B) 261.67º 0.65% 0.87% -
XYZ 24.76 15.2 70.03 -
YUV 108.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 129 77 221 0.42 0.65 0 0.13 261.67 0.68 0.58
Hex 81 4D DD 2A 41 0 D 106 44 3A
Octal 201 115 335 52 101 0 15 406 104 72
Binary 10000001 1001101 11011101 101010 1000001 0 1101 100000110 1000100 111010

Color Harmonies of #814DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DDD

Black with #814DDD

Text Example


Text Example

White with #814DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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