Html Css Color HEX #898CFB Light Slate Blue

📋 copy color: '#898CFB'

red 137 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #898CFB

Tints of Light Slate Blue #898CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 25.95%
G = 26.52%
B = 47.54%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#898CFB (or 0x898CFB) is known color: Light Slate Blue. HEX triplet: 89, 8C and FB. RGB value is (137,140,251). Sum of RGB (Red+Green+Blue) = 137+140+251=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #898CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CFB is #767304. Grayscale: #979797. Windows color (decimal): -7762693 or 16485513. OLE color: 16485513.

HSL color Cylindrical-coordinate representation of color #898CFB: hue angle of 238.42º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #898CFB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 140 251 -
CMYK 0.45 0.44 0 0.02
HSL 238.42º 0.93% 0.76% -
HSV(B) 238.42º 0.45% 0.98% -
XYZ 37.11 31.04 95.3 -
YUV 151.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 137 140 251 0.45 0.44 0 0.02 238.42 0.93 0.76
Hex 89 8C FB 2D 2C 0 2 EE 5D 4C
Octal 211 214 373 55 54 0 2 356 135 114
Binary 10001001 10001100 11111011 101101 101100 0 10 11101110 1011101 1001100

Color Harmonies of #898CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CFB

Black with #898CFB

Text Example


Text Example

White with #898CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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