Html Css Color HEX #815CFA Medium Slate Blue

📋 copy color: '#815CFA'

red 129 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #815CFA

Tints of Medium Slate Blue #815CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 27.39%
G = 19.53%
B = 53.08%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#815CFA (or 0x815CFA) is known color: Medium Slate Blue. HEX triplet: 81, 5C and FA. RGB value is (129,92,250). Sum of RGB (Red+Green+Blue) = 129+92+250=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #815CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CFA is #7EA305. Grayscale: #787878. Windows color (decimal): -8299270 or 16407681. OLE color: 16407681.

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

Color convert

RGB 129 92 250 -
CMYK 0.48 0.63 0 0.02
HSL 254.05º 0.94% 0.67% -
HSV(B) 254.05º 0.63% 0.98% -
XYZ 30.14 19.22 92.56 -
YUV 121.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 129 92 250 0.48 0.63 0 0.02 254.05 0.94 0.67
Hex 81 5C FA 30 3F 0 2 FE 5E 43
Octal 201 134 372 60 77 0 2 376 136 103
Binary 10000001 1011100 11111010 110000 111111 0 10 11111110 1011110 1000011

Color Harmonies of #815CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CFA

Black with #815CFA

Text Example


Text Example

White with #815CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,250); }

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

background-color css

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

 a { background-color: rgb(129,92,250); }

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

border-color css

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

 span { border-color: rgb(129,92,250); }

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