#8689FB

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

Shades of Light Slate Blue #8689FB

Tints of Light Slate Blue #8689FB

Color information

#8689FB (or 0x8689FB) is unknown color: approx Light Slate Blue. HEX triplet: 86, 89 and FB. RGB value is (134,137,251). Sum of RGB (Red+Green+Blue) = 134+137+251=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #8689FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689FB is #797604. Grayscale: #949494. Windows color (decimal): -7960069 or 16484742. OLE color: 16484742.

HSL color Cylindrical-coordinate representation of color #8689FB: hue angle of 238.46º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8689FB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134137251-
CMYK0.470.4500.02
HSL238.46º93.6%75.49%-
HSV(B)238.46º46.61%98.43%-
XYZ36.1929.9295.14-
YUV149.1185.51117.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=25.67%
G=26.25%
B=48.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341372510.470.4500.02238.4693.675.49
Hex8689FB2F2D02ee5e4b
Octal206211373575502356136113
Binary1000011010001001111110111011111011010101110111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8689FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,137,251); }

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

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

 a { background-color: rgb(134,137,251); }

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

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

 span { border-color: rgb(134,137,251); }

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