Html Css Color HEX #814BCD Slate Blue

📋 copy color: '#814BCD'

red 129 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #814BCD

Tints of Slate Blue #814BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.34%

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

R = 31.54%
G = 18.34%
B = 50.12%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#814BCD (or 0x814BCD) is known color: Slate Blue. HEX triplet: 81, 4B and CD. RGB value is (129,75,205). Sum of RGB (Red+Green+Blue) = 129+75+205=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #814BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BCD is #7EB432. Grayscale: #696969. Windows color (decimal): -8303667 or 13454209. OLE color: 13454209.

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

Color convert

RGB 129 75 205 -
CMYK 0.37 0.63 0 0.20
HSL 264.92º 0.57% 0.55% -
HSV(B) 264.92º 0.63% 0.8% -
XYZ 22.59 14.11 59.29 -
YUV 105.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 129 75 205 0.37 0.63 0 0.20 264.92 0.57 0.55
Hex 81 4B CD 25 3F 0 14 109 39 37
Octal 201 113 315 45 77 0 24 411 71 67
Binary 10000001 1001011 11001101 100101 111111 0 10100 100001001 111001 110111

Color Harmonies of #814BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BCD

Black with #814BCD

Text Example


Text Example

White with #814BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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