Html Css Color HEX #814ECB Slate Blue

📋 copy color: '#814ECB'

red 129 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #814ECB

Tints of Slate Blue #814ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.02%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 31.46%
G = 19.02%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#814ECB (or 0x814ECB) is known color: Slate Blue. HEX triplet: 81, 4E and CB. RGB value is (129,78,203). Sum of RGB (Red+Green+Blue) = 129+78+203=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #814ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814ECB is #7EB134. Grayscale: #6B6B6B. Windows color (decimal): -8302901 or 13323905. OLE color: 13323905.

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

Color convert

RGB 129 78 203 -
CMYK 0.36 0.62 0 0.20
HSL 264.48º 0.55% 0.55% -
HSV(B) 264.48º 0.62% 0.8% -
XYZ 22.56 14.43 58.1 -
YUV 107.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 129 78 203 0.36 0.62 0 0.20 264.48 0.55 0.55
Hex 81 4E CB 24 3E 0 14 108 37 37
Octal 201 116 313 44 76 0 24 410 67 67
Binary 10000001 1001110 11001011 100100 111110 0 10100 100001000 110111 110111

Color Harmonies of #814ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ECB

Black with #814ECB

Text Example


Text Example

White with #814ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,78,203); }

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

background-color css

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

 a { background-color: rgb(129,78,203); }

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

border-color css

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

 span { border-color: rgb(129,78,203); }

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