#867BF2

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

Shades of Light Slate Blue #867BF2

Tints of Light Slate Blue #867BF2

Color information

#867BF2 (or 0x867BF2) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7B and F2. RGB value is (134,123,242). Sum of RGB (Red+Green+Blue) = 134+123+242=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #867BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BF2 is #79840D. Grayscale: #8B8B8B. Windows color (decimal): -7963662 or 15891334. OLE color: 15891334.

HSL color Cylindrical-coordinate representation of color #867BF2: hue angle of 245.55º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867BF2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134123242-
CMYK0.450.4900.05
HSL245.55º82.07%71.57%-
HSV(B)245.55º49.17%94.9%-
XYZ32.9425.6587.22-
YUV139.85185.64123.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 242 (94.92% from 255) = 48.50%
R=26.85%
G=24.65%
B=48.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341232420.450.4900.05245.5582.0771.57
Hex867BF22D3105f65248
Octal206173362556105366122110
Binary1000011011110111111001010110111000101011111011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867BF2; }

 p { color: rgb(134,123,242); }

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

<style>
 a { background-color: #867BF2; }

 a { background-color: rgb(134,123,242); }

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

<style>
 span { border-color: #867BF2; }

 span { border-color: rgb(134,123,242); }

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