Html Css Color HEX #814CDC Slate Blue

📋 copy color: '#814CDC'

red 129 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #814CDC

Tints of Slate Blue #814CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.88%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 30.35%
G = 17.88%
B = 51.76%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#814CDC (or 0x814CDC) is known color: Slate Blue. HEX triplet: 81, 4C and DC. RGB value is (129,76,220). Sum of RGB (Red+Green+Blue) = 129+76+220=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #814CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CDC is #7EB323. Grayscale: #6B6B6B. Windows color (decimal): -8303396 or 14437505. OLE color: 14437505.

HSL color Cylindrical-coordinate representation of color #814CDC: hue angle of 262.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814CDC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 76 220 -
CMYK 0.41 0.65 0 0.14
HSL 262.08º 0.67% 0.58% -
HSV(B) 262.08º 0.65% 0.86% -
XYZ 24.56 15 69.31 -
YUV 108.26 191.06 142.79 -
System Red Green Blue C M Y K H S L
Decimal 129 76 220 0.41 0.65 0 0.14 262.08 0.67 0.58
Hex 81 4C DC 29 41 0 E 106 43 3A
Octal 201 114 334 51 101 0 16 406 103 72
Binary 10000001 1001100 11011100 101001 1000001 0 1110 100000110 1000011 111010

Color Harmonies of #814CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CDC

Black with #814CDC

Text Example


Text Example

White with #814CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,76,220); }

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

background-color css

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

 a { background-color: rgb(129,76,220); }

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

border-color css

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

 span { border-color: rgb(129,76,220); }

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