Html Css Color HEX #898ACC Blue Bell

📋 copy color: '#898ACC'

red 137 ◦ green 138 ◦ blue 204

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

Shades of Blue Bell #898ACC

Tints of Blue Bell #898ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 28.6%
G = 28.81%
B = 42.59%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#898ACC (or 0x898ACC) is known color: Blue Bell. HEX triplet: 89, 8A and CC. RGB value is (137,138,204). Sum of RGB (Red+Green+Blue) = 137+138+204=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #898ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACC is #767533. Grayscale: #909090. Windows color (decimal): -7763252 or 13404809. OLE color: 13404809.

HSL color Cylindrical-coordinate representation of color #898ACC: hue angle of 239.1º degrees, saturation: 0.4, 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 #898ACC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 138 204 -
CMYK 0.33 0.32 0 0.2
HSL 239.1º 0.4% 0.67% -
HSV(B) 239.1º 0.33% 0.8% -
XYZ 30.3 27.85 60.91 -
YUV 145.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 137 138 204 0.33 0.32 0 0.2 239.1 0.4 0.67
Hex 89 8A CC 21 20 0 14 EF 28 43
Octal 211 212 314 41 40 0 24 357 50 103
Binary 10001001 10001010 11001100 100001 100000 0 10100 11101111 101000 1000011

Color Harmonies of #898ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ACC

Black with #898ACC

Text Example


Text Example

White with #898ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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