Html Css Color HEX #814BE4 Medium Slate Blue

📋 copy color: '#814BE4'

red 129 ◦ green 75 ◦ blue 228

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

Shades of Medium Slate Blue #814BE4

Tints of Medium Slate Blue #814BE4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

 BLUE value IS 228 (89.45% from 255) = 52.78%

R = 29.86%
G = 17.36%
B = 52.78%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#814BE4 (or 0x814BE4) is known color: Medium Slate Blue. HEX triplet: 81, 4B and E4. RGB value is (129,75,228). Sum of RGB (Red+Green+Blue) = 129+75+228=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #814BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BE4 is #7EB41B. Grayscale: #6C6C6C. Windows color (decimal): -8303644 or 14961537. OLE color: 14961537.

HSL color Cylindrical-coordinate representation of color #814BE4: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814BE4 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 129 75 228 -
CMYK 0.43 0.67 0 0.11
HSL 261.18º 0.74% 0.59% -
HSV(B) 261.18º 0.67% 0.89% -
XYZ 25.57 15.3 75 -
YUV 108.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 129 75 228 0.43 0.67 0 0.11 261.18 0.74 0.59
Hex 81 4B E4 2B 43 0 B 105 4A 3B
Octal 201 113 344 53 103 0 13 405 112 73
Binary 10000001 1001011 11100100 101011 1000011 0 1011 100000101 1001010 111011

Color Harmonies of #814BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BE4

Black with #814BE4

Text Example


Text Example

White with #814BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,75,228); }

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

background-color css

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

 a { background-color: rgb(129,75,228); }

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

border-color css

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

 span { border-color: rgb(129,75,228); }

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