Html Css Color HEX #988ECB Blue Bell

📋 copy color: '#988ECB'

red 152 ◦ green 142 ◦ blue 203

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

Shades of Blue Bell #988ECB

Tints of Blue Bell #988ECB

RGB

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

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

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

R = 30.58%
G = 28.57%
B = 40.85%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#988ECB (or 0x988ECB) is known color: Blue Bell. HEX triplet: 98, 8E and CB. RGB value is (152,142,203). Sum of RGB (Red+Green+Blue) = 152+142+203=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #988ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECB is #677134. Grayscale: #979797. Windows color (decimal): -6779189 or 13340312. OLE color: 13340312.

HSL color Cylindrical-coordinate representation of color #988ECB: hue angle of 249.84º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988ECB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 142 203 -
CMYK 0.25 0.30 0 0.20
HSL 249.84º 0.37% 0.68% -
HSV(B) 249.84º 0.3% 0.8% -
XYZ 33.4 30.33 60.59 -
YUV 151.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 152 142 203 0.25 0.30 0 0.20 249.84 0.37 0.68
Hex 98 8E CB 19 1E 0 14 FA 25 44
Octal 230 216 313 31 36 0 24 372 45 104
Binary 10011000 10001110 11001011 11001 11110 0 10100 11111010 100101 1000100

Color Harmonies of #988ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ECB

Black with #988ECB

Text Example


Text Example

White with #988ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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