Html Css Color HEX #898AF2 Light Slate Blue

📋 copy color: '#898AF2'

red 137 ◦ green 138 ◦ blue 242

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

Shades of Light Slate Blue #898AF2

Tints of Light Slate Blue #898AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 26.5%
G = 26.69%
B = 46.81%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#898AF2 (or 0x898AF2) is known color: Light Slate Blue. HEX triplet: 89, 8A and F2. RGB value is (137,138,242). Sum of RGB (Red+Green+Blue) = 137+138+242=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #898AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AF2 is #76750D. Grayscale: #959595. Windows color (decimal): -7763214 or 15895177. OLE color: 15895177.

HSL color Cylindrical-coordinate representation of color #898AF2: hue angle of 239.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898AF2 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 138 242 -
CMYK 0.43 0.43 0 0.05
HSL 239.43º 0.8% 0.74% -
HSV(B) 239.43º 0.43% 0.95% -
XYZ 35.43 29.91 87.91 -
YUV 149.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 137 138 242 0.43 0.43 0 0.05 239.43 0.8 0.74
Hex 89 8A F2 2B 2B 0 5 EF 50 4A
Octal 211 212 362 53 53 0 5 357 120 112
Binary 10001001 10001010 11110010 101011 101011 0 101 11101111 1010000 1001010

Color Harmonies of #898AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AF2

Black with #898AF2

Text Example


Text Example

White with #898AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,138,242); }

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

background-color css

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

 a { background-color: rgb(137,138,242); }

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

border-color css

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

 span { border-color: rgb(137,138,242); }

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