Html Css Color HEX #814DDA Slate Blue

📋 copy color: '#814DDA'

red 129 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #814DDA

Tints of Slate Blue #814DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 30.42%
G = 18.16%
B = 51.42%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#814DDA (or 0x814DDA) is known color: Slate Blue. HEX triplet: 81, 4D and DA. RGB value is (129,77,218). Sum of RGB (Red+Green+Blue) = 129+77+218=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #814DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DDA is #7EB225. Grayscale: #6C6C6C. Windows color (decimal): -8303142 or 14306689. OLE color: 14306689.

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

Color convert

RGB 129 77 218 -
CMYK 0.41 0.65 0 0.15
HSL 262.13º 0.66% 0.58% -
HSV(B) 262.13º 0.65% 0.85% -
XYZ 24.36 15.04 67.95 -
YUV 108.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 129 77 218 0.41 0.65 0 0.15 262.13 0.66 0.58
Hex 81 4D DA 29 41 0 F 106 42 3A
Octal 201 115 332 51 101 0 17 406 102 72
Binary 10000001 1001101 11011010 101001 1000001 0 1111 100000110 1000010 111010

Color Harmonies of #814DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DDA

Black with #814DDA

Text Example


Text Example

White with #814DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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