Html Css Color HEX #814CE0 Medium Slate Blue

📋 copy color: '#814CE0'

red 129 ◦ green 76 ◦ blue 224

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

Shades of Medium Slate Blue #814CE0

Tints of Medium Slate Blue #814CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.21%

R = 30.07%
G = 17.72%
B = 52.21%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#814CE0 (or 0x814CE0) is known color: Medium Slate Blue. HEX triplet: 81, 4C and E0. RGB value is (129,76,224). Sum of RGB (Red+Green+Blue) = 129+76+224=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #814CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CE0 is #7EB31F. Grayscale: #6C6C6C. Windows color (decimal): -8303392 or 14699649. OLE color: 14699649.

HSL color Cylindrical-coordinate representation of color #814CE0: hue angle of 261.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814CE0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 76 224 -
CMYK 0.42 0.66 0 0.12
HSL 261.49º 0.7% 0.59% -
HSV(B) 261.49º 0.66% 0.88% -
XYZ 25.09 15.22 72.14 -
YUV 108.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 129 76 224 0.42 0.66 0 0.12 261.49 0.7 0.59
Hex 81 4C E0 2A 42 0 C 105 46 3B
Octal 201 114 340 52 102 0 14 405 106 73
Binary 10000001 1001100 11100000 101010 1000010 0 1100 100000101 1000110 111011

Color Harmonies of #814CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CE0

Black with #814CE0

Text Example


Text Example

White with #814CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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