Html Css Color HEX #988EE0 Blue Bell

📋 copy color: '#988EE0'

red 152 ◦ green 142 ◦ blue 224

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

Shades of Blue Bell #988EE0

Tints of Blue Bell #988EE0

RGB

 RED value IS 152 (59.77% from 255) = 29.34%

 GREEN value IS 142 (55.86% from 255) = 27.41%

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 29.34%
G = 27.41%
B = 43.24%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#988EE0 (or 0x988EE0) is known color: Blue Bell. HEX triplet: 98, 8E and E0. RGB value is (152,142,224). Sum of RGB (Red+Green+Blue) = 152+142+224=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #988EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EE0 is #67711F. Grayscale: #9A9A9A. Windows color (decimal): -6779168 or 14716568. OLE color: 14716568.

HSL color Cylindrical-coordinate representation of color #988EE0: hue angle of 247.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #988EE0 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 142 224 -
CMYK 0.32 0.37 0 0.12
HSL 247.32º 0.57% 0.72% -
HSV(B) 247.32º 0.37% 0.88% -
XYZ 36.08 31.4 74.68 -
YUV 154.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 152 142 224 0.32 0.37 0 0.12 247.32 0.57 0.72
Hex 98 8E E0 20 25 0 C F7 39 48
Octal 230 216 340 40 45 0 14 367 71 110
Binary 10011000 10001110 11100000 100000 100101 0 1100 11110111 111001 1001000

Color Harmonies of #988EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EE0

Black with #988EE0

Text Example


Text Example

White with #988EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988EE0; }

 p { color: rgb(152,142,224); }

 H1.HeaderClassName
 {
   color: #988EE0;
 }
 .AnyTagClassName
 {
   color: #988EE0;
 }
</style>

background-color css

<style>
 a { background-color: #988EE0; }

 a { background-color: rgb(152,142,224); }

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

border-color css

<style>
 span { border-color: #988EE0; }

 span { border-color: rgb(152,142,224); }

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