Html Css Color HEX #814FDD Slate Blue

📋 copy color: '#814FDD'

red 129 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #814FDD

Tints of Slate Blue #814FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

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

R = 30.07%
G = 18.41%
B = 51.52%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814FDD (or 0x814FDD) is known color: Slate Blue. HEX triplet: 81, 4F and DD. RGB value is (129,79,221). Sum of RGB (Red+Green+Blue) = 129+79+221=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #814FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FDD is #7EB022. Grayscale: #6D6D6D. Windows color (decimal): -8302627 or 14503809. OLE color: 14503809.

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

Color convert

RGB 129 79 221 -
CMYK 0.42 0.64 0 0.13
HSL 261.13º 0.68% 0.59% -
HSV(B) 261.13º 0.64% 0.87% -
XYZ 24.9 15.48 70.08 -
YUV 110.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 129 79 221 0.42 0.64 0 0.13 261.13 0.68 0.59
Hex 81 4F DD 2A 40 0 D 105 44 3B
Octal 201 117 335 52 100 0 15 405 104 73
Binary 10000001 1001111 11011101 101010 1000000 0 1101 100000101 1000100 111011

Color Harmonies of #814FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FDD

Black with #814FDD

Text Example


Text Example

White with #814FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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