Html Css Color HEX #898CC7 Blue Bell

📋 copy color: '#898CC7'

red 137 ◦ green 140 ◦ blue 199

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

Shades of Blue Bell #898CC7

Tints of Blue Bell #898CC7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 28.78%
G = 29.41%
B = 41.81%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#898CC7 (or 0x898CC7) is known color: Blue Bell. HEX triplet: 89, 8C and C7. RGB value is (137,140,199). Sum of RGB (Red+Green+Blue) = 137+140+199=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #898CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CC7 is #767338. Grayscale: #919191. Windows color (decimal): -7762745 or 13077641. OLE color: 13077641.

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

Color convert

RGB 137 140 199 -
CMYK 0.31 0.30 0 0.22
HSL 237.1º 0.36% 0.66% -
HSV(B) 237.1º 0.31% 0.78% -
XYZ 30 28.2 57.89 -
YUV 145.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 137 140 199 0.31 0.30 0 0.22 237.1 0.36 0.66
Hex 89 8C C7 1F 1E 0 16 ED 24 42
Octal 211 214 307 37 36 0 26 355 44 102
Binary 10001001 10001100 11000111 11111 11110 0 10110 11101101 100100 1000010

Color Harmonies of #898CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CC7

Black with #898CC7

Text Example


Text Example

White with #898CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,140,199); }

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

background-color css

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

 a { background-color: rgb(137,140,199); }

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

border-color css

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

 span { border-color: rgb(137,140,199); }

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