#898BF4

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

Shades of Light Slate Blue #898BF4

Tints of Light Slate Blue #898BF4

Color information

#898BF4 (or 0x898BF4) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8B and F4. RGB value is (137,139,244). Sum of RGB (Red+Green+Blue) = 137+139+244=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #898BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BF4 is #76740B. Grayscale: #959595. Windows color (decimal): -7762956 or 16026505. OLE color: 16026505.

HSL color Cylindrical-coordinate representation of color #898BF4: hue angle of 238.88º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #898BF4 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137139244-
CMYK0.440.4300.04
HSL238.88º82.95%74.71%-
HSV(B)238.88º43.85%95.69%-
XYZ35.8830.3289.55-
YUV150.37180.84118.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 244 (95.70% from 255) = 46.92%
R=26.35%
G=26.73%
B=46.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371392440.440.4300.04238.8882.9574.71
Hex898BF42C2B04ef534b
Octal211213364545304357123113
Binary10001001100010111111010010110010101101001110111110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898BF4; }

 p { color: rgb(137,139,244); }

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

<style>
 a { background-color: #898BF4; }

 a { background-color: rgb(137,139,244); }

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

<style>
 span { border-color: #898BF4; }

 span { border-color: rgb(137,139,244); }

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