Html Css Color HEX #898DFC Light Slate Blue

📋 copy color: '#898DFC'

red 137 ◦ green 141 ◦ blue 252

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

Shades of Light Slate Blue #898DFC

Tints of Light Slate Blue #898DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 25.85%
G = 26.6%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#898DFC (or 0x898DFC) is known color: Light Slate Blue. HEX triplet: 89, 8D and FC. RGB value is (137,141,252). Sum of RGB (Red+Green+Blue) = 137+141+252=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #898DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DFC is #767203. Grayscale: #989898. Windows color (decimal): -7762436 or 16551305. OLE color: 16551305.

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

Color convert

RGB 137 141 252 -
CMYK 0.46 0.44 0 0.01
HSL 237.91º 0.95% 0.76% -
HSV(B) 237.91º 0.46% 0.99% -
XYZ 37.41 31.4 96.18 -
YUV 152.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 137 141 252 0.46 0.44 0 0.01 237.91 0.95 0.76
Hex 89 8D FC 2E 2C 0 1 EE 5F 4C
Octal 211 215 374 56 54 0 1 356 137 114
Binary 10001001 10001101 11111100 101110 101100 0 1 11101110 1011111 1001100

Color Harmonies of #898DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DFC

Black with #898DFC

Text Example


Text Example

White with #898DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,252); }

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

background-color css

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

 a { background-color: rgb(137,141,252); }

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

border-color css

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

 span { border-color: rgb(137,141,252); }

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