Html Css Color HEX #815AFB Medium Slate Blue

📋 copy color: '#815AFB'

red 129 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #815AFB

Tints of Medium Slate Blue #815AFB

RGB

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

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

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

R = 27.45%
G = 19.15%
B = 53.4%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#815AFB (or 0x815AFB) is known color: Medium Slate Blue. HEX triplet: 81, 5A and FB. RGB value is (129,90,251). Sum of RGB (Red+Green+Blue) = 129+90+251=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #815AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AFB is #7EA504. Grayscale: #777777. Windows color (decimal): -8299781 or 16472705. OLE color: 16472705.

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

Color convert

RGB 129 90 251 -
CMYK 0.49 0.64 0 0.02
HSL 254.53º 0.95% 0.67% -
HSV(B) 254.53º 0.64% 0.98% -
XYZ 30.12 18.94 93.34 -
YUV 120.02 201.92 134.41 -
System Red Green Blue C M Y K H S L
Decimal 129 90 251 0.49 0.64 0 0.02 254.53 0.95 0.67
Hex 81 5A FB 31 40 0 2 FF 5F 43
Octal 201 132 373 61 100 0 2 377 137 103
Binary 10000001 1011010 11111011 110001 1000000 0 10 11111111 1011111 1000011

Color Harmonies of #815AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AFB

Black with #815AFB

Text Example


Text Example

White with #815AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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