Html Css Color HEX #8155FC Medium Slate Blue

📋 copy color: '#8155FC'

red 129 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #8155FC

Tints of Medium Slate Blue #8155FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

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

R = 27.68%
G = 18.24%
B = 54.08%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8155FC (or 0x8155FC) is known color: Medium Slate Blue. HEX triplet: 81, 55 and FC. RGB value is (129,85,252). Sum of RGB (Red+Green+Blue) = 129+85+252=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #8155FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155FC is #7EAA03. Grayscale: #747474. Windows color (decimal): -8301060 or 16536961. OLE color: 16536961.

HSL color Cylindrical-coordinate representation of color #8155FC: hue angle of 255.81º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8155FC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 85 252 -
CMYK 0.49 0.66 0 0.01
HSL 255.81º 0.97% 0.66% -
HSV(B) 255.81º 0.66% 0.99% -
XYZ 29.87 18.19 94.03 -
YUV 117.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 129 85 252 0.49 0.66 0 0.01 255.81 0.97 0.66
Hex 81 55 FC 31 42 0 1 100 61 42
Octal 201 125 374 61 102 0 1 400 141 102
Binary 10000001 1010101 11111100 110001 1000010 0 1 100000000 1100001 1000010

Color Harmonies of #8155FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155FC

Black with #8155FC

Text Example


Text Example

White with #8155FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155FC; }

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

 H1.HeaderClassName
 {
   color: #8155FC;
 }
 .AnyTagClassName
 {
   color: #8155FC;
 }
</style>

background-color css

<style>
 a { background-color: #8155FC; }

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

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

border-color css

<style>
 span { border-color: #8155FC; }

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

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