Html Css Color HEX #898DC8 Blue Bell

📋 copy color: '#898DC8'

red 137 ◦ green 141 ◦ blue 200

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

Shades of Blue Bell #898DC8

Tints of Blue Bell #898DC8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 28.66%
G = 29.5%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#898DC8 (or 0x898DC8) is known color: Blue Bell. HEX triplet: 89, 8D and C8. RGB value is (137,141,200). Sum of RGB (Red+Green+Blue) = 137+141+200=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #898DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DC8 is #767237. Grayscale: #929292. Windows color (decimal): -7762488 or 13143433. OLE color: 13143433.

HSL color Cylindrical-coordinate representation of color #898DC8: hue angle of 236.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #898DC8 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 141 200 -
CMYK 0.32 0.29 0 0.22
HSL 236.19º 0.36% 0.66% -
HSV(B) 236.19º 0.32% 0.78% -
XYZ 30.27 28.54 58.56 -
YUV 146.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 137 141 200 0.32 0.29 0 0.22 236.19 0.36 0.66
Hex 89 8D C8 20 1D 0 16 EC 24 42
Octal 211 215 310 40 35 0 26 354 44 102
Binary 10001001 10001101 11001000 100000 11101 0 10110 11101100 100100 1000010

Color Harmonies of #898DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DC8

Black with #898DC8

Text Example


Text Example

White with #898DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,200); }

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

background-color css

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

 a { background-color: rgb(137,141,200); }

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

border-color css

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

 span { border-color: rgb(137,141,200); }

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