Html Css Color HEX #898ACB Blue Bell

📋 copy color: '#898ACB'

red 137 ◦ green 138 ◦ blue 203

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

Shades of Blue Bell #898ACB

Tints of Blue Bell #898ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 28.66%
G = 28.87%
B = 42.47%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#898ACB (or 0x898ACB) is known color: Blue Bell. HEX triplet: 89, 8A and CB. RGB value is (137,138,203). Sum of RGB (Red+Green+Blue) = 137+138+203=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #898ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACB is #767534. Grayscale: #909090. Windows color (decimal): -7763253 or 13339273. OLE color: 13339273.

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

Color convert

RGB 137 138 203 -
CMYK 0.33 0.32 0 0.20
HSL 239.09º 0.39% 0.67% -
HSV(B) 239.09º 0.33% 0.8% -
XYZ 30.18 27.81 60.28 -
YUV 145.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 137 138 203 0.33 0.32 0 0.20 239.09 0.39 0.67
Hex 89 8A CB 21 20 0 14 EF 27 43
Octal 211 212 313 41 40 0 24 357 47 103
Binary 10001001 10001010 11001011 100001 100000 0 10100 11101111 100111 1000011

Color Harmonies of #898ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ACB

Black with #898ACB

Text Example


Text Example

White with #898ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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