#8670FB

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

Shades of Light Slate Blue #8670FB

Tints of Light Slate Blue #8670FB

Color information

#8670FB (or 0x8670FB) is unknown color: approx Light Slate Blue. HEX triplet: 86, 70 and FB. RGB value is (134,112,251). Sum of RGB (Red+Green+Blue) = 134+112+251=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #8670FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8670FB is #798F04. Grayscale: #858585. Windows color (decimal): -7966469 or 16478342. OLE color: 16478342.

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

Color convert

RGB134112251-
CMYK0.470.5500.02
HSL249.5º94.56%71.18%-
HSV(B)249.5º55.38%98.43%-
XYZ33.0423.6294.08-
YUV134.42193.79127.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=26.96%
G=22.54%
B=50.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341122510.470.5500.02249.594.5671.18
Hex8670FB2F3702f95f47
Octal206160373576702371137107
Binary100001101110000111110111011111101110101111100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8670FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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