Html Css Color HEX #898CFF Light Slate Blue

📋 copy color: '#898CFF'

red 137 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #898CFF

Tints of Light Slate Blue #898CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 25.75%
G = 26.32%
B = 47.93%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#898CFF (or 0x898CFF) is known color: Light Slate Blue. HEX triplet: 89, 8C and FF. RGB value is (137,140,255). Sum of RGB (Red+Green+Blue) = 137+140+255=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #898CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CFF is #767300. Grayscale: #979797. Windows color (decimal): -7762689 or 16747657. OLE color: 16747657.

HSL color Cylindrical-coordinate representation of color #898CFF: hue angle of 238.47º 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 #898CFF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 140 255 -
CMYK 0.46 0.45 0 0
HSL 238.47º 1% 0.77% -
HSV(B) 238.47º 0.46% 1% -
XYZ 37.74 31.29 98.66 -
YUV 152.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 137 140 255 0.46 0.45 0 0 238.47 1 0.77
Hex 89 8C FF 2E 2D 0 0 EE 64 4D
Octal 211 214 377 56 55 0 0 356 144 115
Binary 10001001 10001100 11111111 101110 101101 0 0 11101110 1100100 1001101

Color Harmonies of #898CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CFF

Black with #898CFF

Text Example


Text Example

White with #898CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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