#8672FF

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

Shades of Light Slate Blue #8672FF

Tints of Light Slate Blue #8672FF

Color information

#8672FF (or 0x8672FF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 72 and FF. RGB value is (134,114,255). Sum of RGB (Red+Green+Blue) = 134+114+255=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8672FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672FF is #798D00. Grayscale: #878787. Windows color (decimal): -7965953 or 16740998. OLE color: 16740998.

HSL color Cylindrical-coordinate representation of color #8672FF: hue angle of 248.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8672FF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB134114255-
CMYK0.470.5500
HSL248.51º100%72.35%-
HSV(B)248.51º55.29%100%-
XYZ33.924.3297.52-
YUV136.05195.13126.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 255 (100% from 255) = 50.70%
R=26.64%
G=22.66%
B=50.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341142550.470.5500248.5110072.35
Hex8672FF2F3700f96448
Octal206162377576700371144110
Binary10000110111001011111111101111110111001111100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8672FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8672FF; }

 p { color: rgb(134,114,255); }

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

<style>
 a { background-color: #8672FF; }

 a { background-color: rgb(134,114,255); }

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

<style>
 span { border-color: #8672FF; }

 span { border-color: rgb(134,114,255); }

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