Html Css Color HEX #988EDF Blue Bell

📋 copy color: '#988EDF'

red 152 ◦ green 142 ◦ blue 223

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

Shades of Blue Bell #988EDF

Tints of Blue Bell #988EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 29.4%
G = 27.47%
B = 43.13%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988EDF (or 0x988EDF) is known color: Blue Bell. HEX triplet: 98, 8E and DF. RGB value is (152,142,223). Sum of RGB (Red+Green+Blue) = 152+142+223=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #988EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDF is #677120. Grayscale: #999999. Windows color (decimal): -6779169 or 14651032. OLE color: 14651032.

HSL color Cylindrical-coordinate representation of color #988EDF: hue angle of 247.41º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988EDF is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 142 223 -
CMYK 0.32 0.36 0 0.13
HSL 247.41º 0.56% 0.72% -
HSV(B) 247.41º 0.36% 0.87% -
XYZ 35.94 31.35 73.97 -
YUV 154.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 152 142 223 0.32 0.36 0 0.13 247.41 0.56 0.72
Hex 98 8E DF 20 24 0 D F7 38 48
Octal 230 216 337 40 44 0 15 367 70 110
Binary 10011000 10001110 11011111 100000 100100 0 1101 11110111 111000 1001000

Color Harmonies of #988EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EDF

Black with #988EDF

Text Example


Text Example

White with #988EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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