Html Css Color HEX #815CFD Medium Slate Blue

📋 copy color: '#815CFD'

red 129 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #815CFD

Tints of Medium Slate Blue #815CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 27.22%
G = 19.41%
B = 53.38%

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

#815CFD (or 0x815CFD) is known color: Medium Slate Blue. HEX triplet: 81, 5C and FD. RGB value is (129,92,253). Sum of RGB (Red+Green+Blue) = 129+92+253=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #815CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CFD is #7EA302. Grayscale: #787878. Windows color (decimal): -8299267 or 16604289. OLE color: 16604289.

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

Color convert

RGB 129 92 253 -
CMYK 0.49 0.64 0 0.01
HSL 253.79º 0.98% 0.68% -
HSV(B) 253.79º 0.64% 0.99% -
XYZ 30.61 19.41 95.06 -
YUV 121.42 202.26 133.41 -
System Red Green Blue C M Y K H S L
Decimal 129 92 253 0.49 0.64 0 0.01 253.79 0.98 0.68
Hex 81 5C FD 31 40 0 1 FE 62 44
Octal 201 134 375 61 100 0 1 376 142 104
Binary 10000001 1011100 11111101 110001 1000000 0 1 11111110 1100010 1000100

Color Harmonies of #815CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CFD

Black with #815CFD

Text Example


Text Example

White with #815CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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