Html Css Color HEX #814AF2 Medium Slate Blue

📋 copy color: '#814AF2'

red 129 ◦ green 74 ◦ blue 242

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

Shades of Medium Slate Blue #814AF2

Tints of Medium Slate Blue #814AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 28.99%
G = 16.63%
B = 54.38%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#814AF2 (or 0x814AF2) is known color: Medium Slate Blue. HEX triplet: 81, 4A and F2. RGB value is (129,74,242). Sum of RGB (Red+Green+Blue) = 129+74+242=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #814AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AF2 is #7EB50D. Grayscale: #6C6C6C. Windows color (decimal): -8303886 or 15878785. OLE color: 15878785.

HSL color Cylindrical-coordinate representation of color #814AF2: hue angle of 259.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814AF2 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 74 242 -
CMYK 0.47 0.69 0 0.05
HSL 259.64º 0.87% 0.62% -
HSV(B) 259.64º 0.69% 0.95% -
XYZ 27.53 15.98 85.64 -
YUV 109.6 202.72 141.84 -
System Red Green Blue C M Y K H S L
Decimal 129 74 242 0.47 0.69 0 0.05 259.64 0.87 0.62
Hex 81 4A F2 2F 45 0 5 104 57 3E
Octal 201 112 362 57 105 0 5 404 127 76
Binary 10000001 1001010 11110010 101111 1000101 0 101 100000100 1010111 111110

Color Harmonies of #814AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814AF2

Black with #814AF2

Text Example


Text Example

White with #814AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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