Html Css Color HEX #814FD1 Slate Blue

📋 copy color: '#814FD1'

red 129 ◦ green 79 ◦ blue 209

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

Shades of Slate Blue #814FD1

Tints of Slate Blue #814FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 30.94%
G = 18.94%
B = 50.12%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#814FD1 (or 0x814FD1) is known color: Slate Blue. HEX triplet: 81, 4F and D1. RGB value is (129,79,209). Sum of RGB (Red+Green+Blue) = 129+79+209=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #814FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FD1 is #7EB02E. Grayscale: #6C6C6C. Windows color (decimal): -8302639 or 13717377. OLE color: 13717377.

HSL color Cylindrical-coordinate representation of color #814FD1: hue angle of 263.08º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #814FD1 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 79 209 -
CMYK 0.38 0.62 0 0.18
HSL 263.08º 0.59% 0.56% -
HSV(B) 263.08º 0.62% 0.82% -
XYZ 23.36 14.86 61.96 -
YUV 108.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 129 79 209 0.38 0.62 0 0.18 263.08 0.59 0.56
Hex 81 4F D1 26 3E 0 12 107 3B 38
Octal 201 117 321 46 76 0 22 407 73 70
Binary 10000001 1001111 11010001 100110 111110 0 10010 100000111 111011 111000

Color Harmonies of #814FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FD1

Black with #814FD1

Text Example


Text Example

White with #814FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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