#896CFA

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

Shades of Light Slate Blue #896CFA

Tints of Light Slate Blue #896CFA

Color information

#896CFA (or 0x896CFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 6C and FA. RGB value is (137,108,250). Sum of RGB (Red+Green+Blue) = 137+108+250=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #896CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFA is #769305. Grayscale: #848484. Windows color (decimal): -7770886 or 16411785. OLE color: 16411785.

HSL color Cylindrical-coordinate representation of color #896CFA: hue angle of 252.25º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #896CFA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137108250-
CMYK0.450.5700.02
HSL252.25º93.42%70.2%-
HSV(B)252.25º56.8%98.04%-
XYZ32.9322.9593.14-
YUV132.86194.11130.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=27.68%
G=21.82%
B=50.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371082500.450.5700.02252.2593.4270.2
Hex896CFA2D3902fc5d46
Octal211154372557102374135106
Binary100010011101100111110101011011110010101111110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896CFA; }

 p { color: rgb(137,108,250); }

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

<style>
 a { background-color: #896CFA; }

 a { background-color: rgb(137,108,250); }

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

<style>
 span { border-color: #896CFA; }

 span { border-color: rgb(137,108,250); }

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