Html Css Color HEX #988DCB Blue Bell

📋 copy color: '#988DCB'

red 152 ◦ green 141 ◦ blue 203

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

Shades of Blue Bell #988DCB

Tints of Blue Bell #988DCB

RGB

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

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

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

R = 30.65%
G = 28.43%
B = 40.93%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#988DCB (or 0x988DCB) is known color: Blue Bell. HEX triplet: 98, 8D and CB. RGB value is (152,141,203). Sum of RGB (Red+Green+Blue) = 152+141+203=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #988DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DCB is #677234. Grayscale: #979797. Windows color (decimal): -6779445 or 13340056. OLE color: 13340056.

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

Color convert

RGB 152 141 203 -
CMYK 0.25 0.31 0 0.20
HSL 250.65º 0.37% 0.67% -
HSV(B) 250.65º 0.31% 0.8% -
XYZ 33.25 30.04 60.54 -
YUV 151.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 152 141 203 0.25 0.31 0 0.20 250.65 0.37 0.67
Hex 98 8D CB 19 1F 0 14 FB 25 43
Octal 230 215 313 31 37 0 24 373 45 103
Binary 10011000 10001101 11001011 11001 11111 0 10100 11111011 100101 1000011

Color Harmonies of #988DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DCB

Black with #988DCB

Text Example


Text Example

White with #988DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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