Html Css Color HEX #814CE8 Medium Slate Blue

📋 copy color: '#814CE8'

red 129 ◦ green 76 ◦ blue 232

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

Shades of Medium Slate Blue #814CE8

Tints of Medium Slate Blue #814CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.09%

R = 29.52%
G = 17.39%
B = 53.09%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#814CE8 (or 0x814CE8) is known color: Medium Slate Blue. HEX triplet: 81, 4C and E8. RGB value is (129,76,232). Sum of RGB (Red+Green+Blue) = 129+76+232=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #814CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CE8 is #7EB317. Grayscale: #6D6D6D. Windows color (decimal): -8303384 or 15223937. OLE color: 15223937.

HSL color Cylindrical-coordinate representation of color #814CE8: hue angle of 260.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814CE8 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 76 232 -
CMYK 0.44 0.67 0 0.09
HSL 260.38º 0.77% 0.6% -
HSV(B) 260.38º 0.67% 0.91% -
XYZ 26.2 15.66 77.99 -
YUV 109.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 129 76 232 0.44 0.67 0 0.09 260.38 0.77 0.6
Hex 81 4C E8 2C 43 0 9 104 4D 3C
Octal 201 114 350 54 103 0 11 404 115 74
Binary 10000001 1001100 11101000 101100 1000011 0 1001 100000100 1001101 111100

Color Harmonies of #814CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CE8

Black with #814CE8

Text Example


Text Example

White with #814CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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