Html Css Color HEX #898AFA Light Slate Blue

📋 copy color: '#898AFA'

red 137 ◦ green 138 ◦ blue 250

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

Shades of Light Slate Blue #898AFA

Tints of Light Slate Blue #898AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 26.1%
G = 26.29%
B = 47.62%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#898AFA (or 0x898AFA) is known color: Light Slate Blue. HEX triplet: 89, 8A and FA. RGB value is (137,138,250). Sum of RGB (Red+Green+Blue) = 137+138+250=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #898AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AFA is #767505. Grayscale: #969696. Windows color (decimal): -7763206 or 16419465. OLE color: 16419465.

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

Color convert

RGB 137 138 250 -
CMYK 0.45 0.45 0 0.02
HSL 239.47º 0.92% 0.76% -
HSV(B) 239.47º 0.45% 0.98% -
XYZ 36.66 30.4 94.38 -
YUV 150.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 137 138 250 0.45 0.45 0 0.02 239.47 0.92 0.76
Hex 89 8A FA 2D 2D 0 2 EF 5C 4C
Octal 211 212 372 55 55 0 2 357 134 114
Binary 10001001 10001010 11111010 101101 101101 0 10 11101111 1011100 1001100

Color Harmonies of #898AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AFA

Black with #898AFA

Text Example


Text Example

White with #898AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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