Html Css Color HEX #897CFA Light Slate Blue

📋 copy color: '#897CFA'

red 137 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #897CFA

Tints of Light Slate Blue #897CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.27%

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

R = 26.81%
G = 24.27%
B = 48.92%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#897CFA (or 0x897CFA) is known color: Light Slate Blue. HEX triplet: 89, 7C and FA. RGB value is (137,124,250). Sum of RGB (Red+Green+Blue) = 137+124+250=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #897CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897CFA is #768305. Grayscale: #8D8D8D. Windows color (decimal): -7766790 or 16415881. OLE color: 16415881.

HSL color Cylindrical-coordinate representation of color #897CFA: hue angle of 246.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897CFA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 124 250 -
CMYK 0.45 0.50 0 0.02
HSL 246.19º 0.93% 0.73% -
HSV(B) 246.19º 0.5% 0.98% -
XYZ 34.78 26.64 93.75 -
YUV 142.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 137 124 250 0.45 0.50 0 0.02 246.19 0.93 0.73
Hex 89 7C FA 2D 32 0 2 F6 5D 49
Octal 211 174 372 55 62 0 2 366 135 111
Binary 10001001 1111100 11111010 101101 110010 0 10 11110110 1011101 1001001

Color Harmonies of #897CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CFA

Black with #897CFA

Text Example


Text Example

White with #897CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897CFA; }

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

 H1.HeaderClassName
 {
   color: #897CFA;
 }
 .AnyTagClassName
 {
   color: #897CFA;
 }
</style>

background-color css

<style>
 a { background-color: #897CFA; }

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

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

border-color css

<style>
 span { border-color: #897CFA; }

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

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