Html Css Color HEX #898BFE Light Slate Blue

📋 copy color: '#898BFE'

red 137 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #898BFE

Tints of Light Slate Blue #898BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 25.85%
G = 26.23%
B = 47.92%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#898BFE (or 0x898BFE) is known color: Light Slate Blue. HEX triplet: 89, 8B and FE. RGB value is (137,139,254). Sum of RGB (Red+Green+Blue) = 137+139+254=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #898BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BFE is #767401. Grayscale: #979797. Windows color (decimal): -7762946 or 16681865. OLE color: 16681865.

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

Color convert

RGB 137 139 254 -
CMYK 0.46 0.45 0 0.00
HSL 238.97º 0.98% 0.77% -
HSV(B) 238.97º 0.46% 1% -
XYZ 37.44 30.94 97.76 -
YUV 151.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 137 139 254 0.46 0.45 0 0.00 238.97 0.98 0.77
Hex 89 8B FE 2E 2D 0 0 EF 62 4D
Octal 211 213 376 56 55 0 0 357 142 115
Binary 10001001 10001011 11111110 101110 101101 0 0 11101111 1100010 1001101

Color Harmonies of #898BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BFE

Black with #898BFE

Text Example


Text Example

White with #898BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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