#8774FC

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

Shades of Light Slate Blue #8774FC

Tints of Light Slate Blue #8774FC

Color information

#8774FC (or 0x8774FC) is unknown color: approx Light Slate Blue. HEX triplet: 87, 74 and FC. RGB value is (135,116,252). Sum of RGB (Red+Green+Blue) = 135+116+252=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #8774FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8774FC is #788B03. Grayscale: #888888. Windows color (decimal): -7899908 or 16544903. OLE color: 16544903.

HSL color Cylindrical-coordinate representation of color #8774FC: hue angle of 248.38º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8774FC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135116252-
CMYK0.460.5400.01
HSL248.38º95.77%72.16%-
HSV(B)248.38º53.97%98.82%-
XYZ33.8124.6795.08-
YUV137.18192.79126.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 252 (98.83% from 255) = 50.10%
R=26.84%
G=23.06%
B=50.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351162520.460.5400.01248.3895.7772.16
Hex8774FC2E3601f86048
Octal207164374566601370140110
Binary10000111111010011111100101110110110011111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,116,252); }

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

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

 a { background-color: rgb(135,116,252); }

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

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

 span { border-color: rgb(135,116,252); }

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