#898BCB

Color #898BCB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #898BCB

Tints of Blue Bell #898BCB

Color information

#898BCB (or 0x898BCB) is unknown color: approx Blue Bell. HEX triplet: 89, 8B and CB. RGB value is (137,139,203). Sum of RGB (Red+Green+Blue) = 137+139+203=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #898BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCB is #767434. Grayscale: #919191. Windows color (decimal): -7762997 or 13339529. OLE color: 13339529.

HSL color Cylindrical-coordinate representation of color #898BCB: hue angle of 238.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898BCB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137139203-
CMYK0.330.3200.20
HSL238.18º38.82%66.67%-
HSV(B)238.18º32.51%79.61%-
XYZ30.3328.160.32-
YUV145.7160.34121.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=28.60%
G=29.02%
B=42.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371392030.330.3200.20238.1838.8266.67
Hex898BCB2120014ee2743
Octal211213313414002435647103
Binary100010011000101111001011100001100000010100111011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #898BCB;
 }
 .AnyTagClassName
 {
   color: #898BCB;
 }
</style>
background-color css

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

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

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

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

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

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