Html Css Color HEX #898AC9 Blue Bell

📋 copy color: '#898AC9'

red 137 ◦ green 138 ◦ blue 201

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

Shades of Blue Bell #898AC9

Tints of Blue Bell #898AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 28.78%
G = 28.99%
B = 42.23%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#898AC9 (or 0x898AC9) is known color: Blue Bell. HEX triplet: 89, 8A and C9. RGB value is (137,138,201). Sum of RGB (Red+Green+Blue) = 137+138+201=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #898AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898AC9 is #767536. Grayscale: #909090. Windows color (decimal): -7763255 or 13208201. OLE color: 13208201.

HSL color Cylindrical-coordinate representation of color #898AC9: hue angle of 239.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898AC9 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 138 201 -
CMYK 0.32 0.31 0 0.21
HSL 239.06º 0.37% 0.66% -
HSV(B) 239.06º 0.32% 0.79% -
XYZ 29.95 27.71 59.03 -
YUV 144.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 137 138 201 0.32 0.31 0 0.21 239.06 0.37 0.66
Hex 89 8A C9 20 1F 0 15 EF 25 42
Octal 211 212 311 40 37 0 25 357 45 102
Binary 10001001 10001010 11001001 100000 11111 0 10101 11101111 100101 1000010

Color Harmonies of #898AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AC9

Black with #898AC9

Text Example


Text Example

White with #898AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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