Html Css Color HEX #815FFB Medium Slate Blue

📋 copy color: '#815FFB'

red 129 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #815FFB

Tints of Medium Slate Blue #815FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 27.16%
G = 20%
B = 52.84%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#815FFB (or 0x815FFB) is known color: Medium Slate Blue. HEX triplet: 81, 5F and FB. RGB value is (129,95,251). Sum of RGB (Red+Green+Blue) = 129+95+251=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #815FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FFB is #7EA004. Grayscale: #7A7A7A. Windows color (decimal): -8298501 or 16473985. OLE color: 16473985.

HSL color Cylindrical-coordinate representation of color #815FFB: hue angle of 253.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815FFB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 95 251 -
CMYK 0.49 0.62 0 0.02
HSL 253.08º 0.95% 0.68% -
HSV(B) 253.08º 0.62% 0.98% -
XYZ 30.56 19.82 93.48 -
YUV 122.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 129 95 251 0.49 0.62 0 0.02 253.08 0.95 0.68
Hex 81 5F FB 31 3E 0 2 FD 5F 44
Octal 201 137 373 61 76 0 2 375 137 104
Binary 10000001 1011111 11111011 110001 111110 0 10 11111101 1011111 1000100

Color Harmonies of #815FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FFB

Black with #815FFB

Text Example


Text Example

White with #815FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,95,251); }

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

background-color css

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

 a { background-color: rgb(129,95,251); }

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

border-color css

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

 span { border-color: rgb(129,95,251); }

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