Html Css Color HEX #814ACE Slate Blue

📋 copy color: '#814ACE'

red 129 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #814ACE

Tints of Slate Blue #814ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 31.54%
G = 18.09%
B = 50.37%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#814ACE (or 0x814ACE) is known color: Slate Blue. HEX triplet: 81, 4A and CE. RGB value is (129,74,206). Sum of RGB (Red+Green+Blue) = 129+74+206=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #814ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ACE is #7EB531. Grayscale: #696969. Windows color (decimal): -8303922 or 13519489. OLE color: 13519489.

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

Color convert

RGB 129 74 206 -
CMYK 0.37 0.64 0 0.19
HSL 265º 0.57% 0.55% -
HSV(B) 265º 0.64% 0.81% -
XYZ 22.64 14.02 59.91 -
YUV 105.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 129 74 206 0.37 0.64 0 0.19 265 0.57 0.55
Hex 81 4A CE 25 40 0 13 109 39 37
Octal 201 112 316 45 100 0 23 411 71 67
Binary 10000001 1001010 11001110 100101 1000000 0 10011 100001001 111001 110111

Color Harmonies of #814ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ACE

Black with #814ACE

Text Example


Text Example

White with #814ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,74,206); }

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

background-color css

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

 a { background-color: rgb(129,74,206); }

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

border-color css

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

 span { border-color: rgb(129,74,206); }

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