Html Css Color HEX #815AFC Medium Slate Blue

📋 copy color: '#815AFC'

red 129 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #815AFC

Tints of Medium Slate Blue #815AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 27.39%
G = 19.11%
B = 53.5%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#815AFC (or 0x815AFC) is known color: Medium Slate Blue. HEX triplet: 81, 5A and FC. RGB value is (129,90,252). Sum of RGB (Red+Green+Blue) = 129+90+252=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #815AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AFC is #7EA503. Grayscale: #777777. Windows color (decimal): -8299780 or 16538241. OLE color: 16538241.

HSL color Cylindrical-coordinate representation of color #815AFC: hue angle of 254.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #815AFC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 90 252 -
CMYK 0.49 0.64 0 0.01
HSL 254.44º 0.96% 0.67% -
HSV(B) 254.44º 0.64% 0.99% -
XYZ 30.28 19.01 94.17 -
YUV 120.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 129 90 252 0.49 0.64 0 0.01 254.44 0.96 0.67
Hex 81 5A FC 31 40 0 1 FE 60 43
Octal 201 132 374 61 100 0 1 376 140 103
Binary 10000001 1011010 11111100 110001 1000000 0 1 11111110 1100000 1000011

Color Harmonies of #815AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AFC

Black with #815AFC

Text Example


Text Example

White with #815AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815AFC; }

 p { color: rgb(129,90,252); }

 H1.HeaderClassName
 {
   color: #815AFC;
 }
 .AnyTagClassName
 {
   color: #815AFC;
 }
</style>

background-color css

<style>
 a { background-color: #815AFC; }

 a { background-color: rgb(129,90,252); }

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

border-color css

<style>
 span { border-color: #815AFC; }

 span { border-color: rgb(129,90,252); }

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