#8761FB

Color #8761FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8761FB

Tints of Light Slate Blue #8761FB

Color information

#8761FB (or 0x8761FB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 61 and FB. RGB value is (135,97,251). Sum of RGB (Red+Green+Blue) = 135+97+251=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #8761FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8761FB is #789E04. Grayscale: #7D7D7D. Windows color (decimal): -7904773 or 16474503. OLE color: 16474503.

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

Color convert

RGB13597251-
CMYK0.460.6100.02
HSL254.81º95.06%68.24%-
HSV(B)254.81º61.35%98.43%-
XYZ31.6820.6793.59-
YUV125.92198.59134.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 251 (98.44% from 255) = 51.97%
R=27.95%
G=20.08%
B=51.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal135972510.460.6100.02254.8195.0668.24
Hex8761FB2E3D02ff5f44
Octal207141373567502377137104
Binary100001111100001111110111011101111010101111111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,97,251); }

 H1.HeaderClassName
 {
   color: #8761FB;
 }
 .AnyTagClassName
 {
   color: #8761FB;
 }
</style>
background-color css

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

 a { background-color: rgb(135,97,251); }

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

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

 span { border-color: rgb(135,97,251); }

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