#897CFC

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

Shades of Light Slate Blue #897CFC

Tints of Light Slate Blue #897CFC

Color information

#897CFC (or 0x897CFC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7C and FC. RGB value is (137,124,252). Sum of RGB (Red+Green+Blue) = 137+124+252=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #897CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897CFC is #768303. Grayscale: #8D8D8D. Windows color (decimal): -7766788 or 16546953. OLE color: 16546953.

HSL color Cylindrical-coordinate representation of color #897CFC: hue angle of 246.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #897CFC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137124252-
CMYK0.460.5100.01
HSL246.09º95.52%73.73%-
HSV(B)246.09º50.79%98.82%-
XYZ35.0926.7695.41-
YUV142.48189.81124.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=26.71%
G=24.17%
B=49.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371242520.460.5100.01246.0995.5273.73
Hex897CFC2E3301f6604a
Octal211174374566301366140112
Binary10001001111110011111100101110110011011111011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897CFC; }

 p { color: rgb(137,124,252); }

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

<style>
 a { background-color: #897CFC; }

 a { background-color: rgb(137,124,252); }

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

<style>
 span { border-color: #897CFC; }

 span { border-color: rgb(137,124,252); }

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