Html Css Color HEX #988ECA Blue Bell

📋 copy color: '#988ECA'

red 152 ◦ green 142 ◦ blue 202

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

Shades of Blue Bell #988ECA

Tints of Blue Bell #988ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 30.65%
G = 28.63%
B = 40.73%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#988ECA (or 0x988ECA) is known color: Blue Bell. HEX triplet: 98, 8E and CA. RGB value is (152,142,202). Sum of RGB (Red+Green+Blue) = 152+142+202=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #988ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECA is #677135. Grayscale: #979797. Windows color (decimal): -6779190 or 13274776. OLE color: 13274776.

HSL color Cylindrical-coordinate representation of color #988ECA: hue angle of 250º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988ECA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 142 202 -
CMYK 0.25 0.30 0 0.21
HSL 250º 0.36% 0.67% -
HSV(B) 250º 0.3% 0.79% -
XYZ 33.28 30.29 59.97 -
YUV 151.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 152 142 202 0.25 0.30 0 0.21 250 0.36 0.67
Hex 98 8E CA 19 1E 0 15 FA 24 43
Octal 230 216 312 31 36 0 25 372 44 103
Binary 10011000 10001110 11001010 11001 11110 0 10101 11111010 100100 1000011

Color Harmonies of #988ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ECA

Black with #988ECA

Text Example


Text Example

White with #988ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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