Html Css Color HEX #8850FB Medium Slate Blue

📋 copy color: '#8850FB'

red 136 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #8850FB

Tints of Medium Slate Blue #8850FB

RGB

 RED value IS 136 (53.52% from 255) = 29.12%

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 29.12%
G = 17.13%
B = 53.75%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8850FB (or 0x8850FB) is known color: Medium Slate Blue. HEX triplet: 88, 50 and FB. RGB value is (136,80,251). Sum of RGB (Red+Green+Blue) = 136+80+251=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8850FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8850FB is #77AF04. Grayscale: #737373. Windows color (decimal): -7843589 or 16470152. OLE color: 16470152.

HSL color Cylindrical-coordinate representation of color #8850FB: hue angle of 259.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8850FB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 80 251 -
CMYK 0.46 0.68 0 0.02
HSL 259.65º 0.96% 0.65% -
HSV(B) 259.65º 0.68% 0.98% -
XYZ 30.43 17.94 93.12 -
YUV 116.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 136 80 251 0.46 0.68 0 0.02 259.65 0.96 0.65
Hex 88 50 FB 2E 44 0 2 104 60 41
Octal 210 120 373 56 104 0 2 404 140 101
Binary 10001000 1010000 11111011 101110 1000100 0 10 100000100 1100000 1000001

Color Harmonies of #8850FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850FB

Black with #8850FB

Text Example


Text Example

White with #8850FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,80,251); }

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

background-color css

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

 a { background-color: rgb(136,80,251); }

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

border-color css

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

 span { border-color: rgb(136,80,251); }

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