#8667F9

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

Shades of Light Slate Blue #8667F9

Tints of Light Slate Blue #8667F9

Color information

#8667F9 (or 0x8667F9) is unknown color: approx Light Slate Blue. HEX triplet: 86, 67 and F9. RGB value is (134,103,249). Sum of RGB (Red+Green+Blue) = 134+103+249=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #8667F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8667F9 is #799806. Grayscale: #808080. Windows color (decimal): -7968775 or 16344966. OLE color: 16344966.

HSL color Cylindrical-coordinate representation of color #8667F9: hue angle of 252.74º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8667F9 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134103249-
CMYK0.460.5900.02
HSL252.74º92.41%69.02%-
HSV(B)252.74º58.63%97.65%-
XYZ31.7821.6192.12-
YUV128.91195.77131.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 249 (97.66% from 255) = 51.23%
R=27.57%
G=21.19%
B=51.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341032490.460.5900.02252.7492.4169.02
Hex8667F92E3B02fd5c45
Octal206147371567302375134105
Binary100001101100111111110011011101110110101111110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8667F9; }

 p { color: rgb(134,103,249); }

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

<style>
 a { background-color: #8667F9; }

 a { background-color: rgb(134,103,249); }

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

<style>
 span { border-color: #8667F9; }

 span { border-color: rgb(134,103,249); }

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