Html Css Color HEX #814FCD Slate Blue

📋 copy color: '#814FCD'

red 129 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #814FCD

Tints of Slate Blue #814FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 31.23%
G = 19.13%
B = 49.64%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#814FCD (or 0x814FCD) is known color: Slate Blue. HEX triplet: 81, 4F and CD. RGB value is (129,79,205). Sum of RGB (Red+Green+Blue) = 129+79+205=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #814FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FCD is #7EB032. Grayscale: #6B6B6B. Windows color (decimal): -8302643 or 13455233. OLE color: 13455233.

HSL color Cylindrical-coordinate representation of color #814FCD: hue angle of 263.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814FCD is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 79 205 -
CMYK 0.37 0.61 0 0.20
HSL 263.81º 0.56% 0.56% -
HSV(B) 263.81º 0.61% 0.8% -
XYZ 22.87 14.67 59.38 -
YUV 108.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 129 79 205 0.37 0.61 0 0.20 263.81 0.56 0.56
Hex 81 4F CD 25 3D 0 14 108 38 38
Octal 201 117 315 45 75 0 24 410 70 70
Binary 10000001 1001111 11001101 100101 111101 0 10100 100001000 111000 111000

Color Harmonies of #814FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FCD

Black with #814FCD

Text Example


Text Example

White with #814FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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