Html Css Color HEX #898CFD Light Slate Blue

📋 copy color: '#898CFD'

red 137 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #898CFD

Tints of Light Slate Blue #898CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 25.85%
G = 26.42%
B = 47.74%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#898CFD (or 0x898CFD) is known color: Light Slate Blue. HEX triplet: 89, 8C and FD. RGB value is (137,140,253). Sum of RGB (Red+Green+Blue) = 137+140+253=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #898CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CFD is #767302. Grayscale: #979797. Windows color (decimal): -7762691 or 16616585. OLE color: 16616585.

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

Color convert

RGB 137 140 253 -
CMYK 0.46 0.45 0 0.01
HSL 238.45º 0.97% 0.76% -
HSV(B) 238.45º 0.46% 0.99% -
XYZ 37.42 31.17 96.97 -
YUV 151.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 137 140 253 0.46 0.45 0 0.01 238.45 0.97 0.76
Hex 89 8C FD 2E 2D 0 1 EE 61 4C
Octal 211 214 375 56 55 0 1 356 141 114
Binary 10001001 10001100 11111101 101110 101101 0 1 11101110 1100001 1001100

Color Harmonies of #898CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CFD

Black with #898CFD

Text Example


Text Example

White with #898CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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