Html Css Color HEX #898BC9 Blue Bell

📋 copy color: '#898BC9'

red 137 ◦ green 139 ◦ blue 201

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

Shades of Blue Bell #898BC9

Tints of Blue Bell #898BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 28.72%
G = 29.14%
B = 42.14%

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

#898BC9 (or 0x898BC9) is known color: Blue Bell. HEX triplet: 89, 8B and C9. RGB value is (137,139,201). Sum of RGB (Red+Green+Blue) = 137+139+201=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #898BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BC9 is #767436. Grayscale: #919191. Windows color (decimal): -7762999 or 13208457. OLE color: 13208457.

HSL color Cylindrical-coordinate representation of color #898BC9: hue angle of 238.12º 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 #898BC9 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 139 201 -
CMYK 0.32 0.31 0 0.21
HSL 238.13º 0.37% 0.66% -
HSV(B) 238.13º 0.32% 0.79% -
XYZ 30.09 28 59.08 -
YUV 145.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 137 139 201 0.32 0.31 0 0.21 238.13 0.37 0.66
Hex 89 8B C9 20 1F 0 15 EE 25 42
Octal 211 213 311 40 37 0 25 356 45 102
Binary 10001001 10001011 11001001 100000 11111 0 10101 11101110 100101 1000010

Color Harmonies of #898BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BC9

Black with #898BC9

Text Example


Text Example

White with #898BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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