#897AFD

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

Shades of Light Slate Blue #897AFD

Tints of Light Slate Blue #897AFD

Color information

#897AFD (or 0x897AFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7A and FD. RGB value is (137,122,253). Sum of RGB (Red+Green+Blue) = 137+122+253=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #897AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897AFD is #768502. Grayscale: #8C8C8C. Windows color (decimal): -7767299 or 16611977. OLE color: 16611977.

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

Color convert

RGB137122253-
CMYK0.460.5200.01
HSL246.87º97.04%73.53%-
HSV(B)246.87º51.78%99.22%-
XYZ35.0126.3396.17-
YUV141.42190.97124.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=26.76%
G=23.83%
B=49.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371222530.460.5200.01246.8797.0473.53
Hex897AFD2E3401f7614a
Octal211172375566401367141112
Binary10001001111101011111101101110110100011111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,122,253); }

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

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

 a { background-color: rgb(137,122,253); }

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

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

 span { border-color: rgb(137,122,253); }

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