#867DFA

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

Shades of Light Slate Blue #867DFA

Tints of Light Slate Blue #867DFA

Color information

#867DFA (or 0x867DFA) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7D and FA. RGB value is (134,125,250). Sum of RGB (Red+Green+Blue) = 134+125+250=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #867DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DFA is #798205. Grayscale: #8D8D8D. Windows color (decimal): -7963142 or 16416134. OLE color: 16416134.

HSL color Cylindrical-coordinate representation of color #867DFA: hue angle of 244.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #867DFA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134125250-
CMYK0.460.5000.02
HSL244.32º92.59%73.53%-
HSV(B)244.32º50%98.04%-
XYZ34.4226.6493.77-
YUV141.94188.98122.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=26.33%
G=24.56%
B=49.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341252500.460.5000.02244.3292.5973.53
Hex867DFA2E3202f45d4a
Octal206175372566202364135112
Binary100001101111101111110101011101100100101111010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,250); }

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

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

 a { background-color: rgb(134,125,250); }

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

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

 span { border-color: rgb(134,125,250); }

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