#8769fb

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

Shades of Light Slate Blue #8769FB

Tints of Light Slate Blue #8769FB

Color information

#8769FB (or 0x8769FB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 69 and FB. RGB value is (135,105,251). Sum of RGB (Red+Green+Blue) = 135+105+251=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #8769FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769FB is #789604. Grayscale: #828282. Windows color (decimal): -7902725 or 16476551. OLE color: 16476551.

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

Color convert

RGB135105251-
CMYK0.460.5800.02
HSL252.33º94.81%69.8%-
HSV(B)252.33º58.17%98.43%-
XYZ32.4622.2293.84-
YUV130.61195.94131.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=27.49%
G=21.38%
B=51.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351052510.460.5800.02252.3394.8169.8
Hex8769FB2E3A02fc5f46
Octal207151373567202374137106
Binary100001111101001111110111011101110100101111110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769fb; }

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

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

<style>
 a { background-color: #8769fb; }

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

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

<style>
 span { border-color: #8769fb; }

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

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