Html Css Color HEX #898EFF Light Slate Blue

📋 copy color: '#898EFF'

red 137 ◦ green 142 ◦ blue 255

#898EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #898EFF

Tints of Light Slate Blue #898EFF

RGB

 RED value IS 137 (53.91% from 255) = 25.66%

 GREEN value IS 142 (55.86% from 255) = 26.59%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 25.66%
G = 26.59%
B = 47.75%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#898EFF (or 0x898EFF) is known color: Light Slate Blue. HEX triplet: 89, 8E and FF. RGB value is (137,142,255). Sum of RGB (Red+Green+Blue) = 137+142+255=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #898EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EFF is #767100. Grayscale: #989898. Windows color (decimal): -7762177 or 16748169. OLE color: 16748169.

HSL color Cylindrical-coordinate representation of color #898EFF: hue angle of 237.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898EFF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 142 255 -
CMYK 0.46 0.44 0 0
HSL 237.46º 1% 0.77% -
HSV(B) 237.46º 0.46% 1% -
XYZ 38.04 31.88 98.76 -
YUV 153.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 137 142 255 0.46 0.44 0 0 237.46 1 0.77
Hex 89 8E FF 2E 2C 0 0 ED 64 4D
Octal 211 216 377 56 54 0 0 355 144 115
Binary 10001001 10001110 11111111 101110 101100 0 0 11101101 1100100 1001101

Color Harmonies of #898EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EFF

Black with #898EFF

Text Example


Text Example

White with #898EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,142,255); }

 H1.HeaderClassName
 {
   color: #898EFF;
 }
 .AnyTagClassName
 {
   color: #898EFF;
 }
</style>

background-color css

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

 a { background-color: rgb(137,142,255); }

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

border-color css

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

 span { border-color: rgb(137,142,255); }

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