Html Css Color HEX #8255FB Medium Slate Blue

📋 copy color: '#8255FB'

red 130 ◦ green 85 ◦ blue 251

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

Shades of Medium Slate Blue #8255FB

Tints of Medium Slate Blue #8255FB

RGB

 RED value IS 130 (51.17% from 255) = 27.9%

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

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

R = 27.9%
G = 18.24%
B = 53.86%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8255FB (or 0x8255FB) is known color: Medium Slate Blue. HEX triplet: 82, 55 and FB. RGB value is (130,85,251). Sum of RGB (Red+Green+Blue) = 130+85+251=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8255FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8255FB is #7DAA04. Grayscale: #747474. Windows color (decimal): -8235525 or 16471426. OLE color: 16471426.

HSL color Cylindrical-coordinate representation of color #8255FB: hue angle of 256.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8255FB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 85 251 -
CMYK 0.48 0.66 0 0.02
HSL 256.27º 0.95% 0.66% -
HSV(B) 256.27º 0.66% 0.98% -
XYZ 29.87 18.21 93.21 -
YUV 117.38 203.41 137 -
System Red Green Blue C M Y K H S L
Decimal 130 85 251 0.48 0.66 0 0.02 256.27 0.95 0.66
Hex 82 55 FB 30 42 0 2 100 5F 42
Octal 202 125 373 60 102 0 2 400 137 102
Binary 10000010 1010101 11111011 110000 1000010 0 10 100000000 1011111 1000010

Color Harmonies of #8255FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8255FB

Black with #8255FB

Text Example


Text Example

White with #8255FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8255FB; }

 p { color: rgb(130,85,251); }

 H1.HeaderClassName
 {
   color: #8255FB;
 }
 .AnyTagClassName
 {
   color: #8255FB;
 }
</style>

background-color css

<style>
 a { background-color: #8255FB; }

 a { background-color: rgb(130,85,251); }

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

border-color css

<style>
 span { border-color: #8255FB; }

 span { border-color: rgb(130,85,251); }

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