Html Css Color HEX #814FD7 Slate Blue

📋 copy color: '#814FD7'

red 129 ◦ green 79 ◦ blue 215

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

Shades of Slate Blue #814FD7

Tints of Slate Blue #814FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 30.5%
G = 18.68%
B = 50.83%

CMYK

 C value IS 0.4

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#814FD7 (or 0x814FD7) is known color: Slate Blue. HEX triplet: 81, 4F and D7. RGB value is (129,79,215). Sum of RGB (Red+Green+Blue) = 129+79+215=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #814FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FD7 is #7EB028. Grayscale: #6C6C6C. Windows color (decimal): -8302633 or 14110593. OLE color: 14110593.

HSL color Cylindrical-coordinate representation of color #814FD7: hue angle of 262.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #814FD7 is Cyan = 0.4, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 79 215 -
CMYK 0.4 0.63 0 0.16
HSL 262.06º 0.63% 0.58% -
HSV(B) 262.06º 0.63% 0.84% -
XYZ 24.11 15.17 65.95 -
YUV 109.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 129 79 215 0.4 0.63 0 0.16 262.06 0.63 0.58
Hex 81 4F D7 28 3F 0 10 106 3F 3A
Octal 201 117 327 50 77 0 20 406 77 72
Binary 10000001 1001111 11010111 101000 111111 0 10000 100000110 111111 111010

Color Harmonies of #814FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FD7

Black with #814FD7

Text Example


Text Example

White with #814FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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