Html Css Color HEX #988DE6 Blue Bell

📋 copy color: '#988DE6'

red 152 ◦ green 141 ◦ blue 230

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

Shades of Blue Bell #988DE6

Tints of Blue Bell #988DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.98%

R = 29.06%
G = 26.96%
B = 43.98%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#988DE6 (or 0x988DE6) is known color: Blue Bell. HEX triplet: 98, 8D and E6. RGB value is (152,141,230). Sum of RGB (Red+Green+Blue) = 152+141+230=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #988DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DE6 is #677219. Grayscale: #9A9A9A. Windows color (decimal): -6779418 or 15109528. OLE color: 15109528.

HSL color Cylindrical-coordinate representation of color #988DE6: hue angle of 247.42º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988DE6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 141 230 -
CMYK 0.34 0.39 0 0.10
HSL 247.42º 0.64% 0.73% -
HSV(B) 247.42º 0.39% 0.9% -
XYZ 36.76 31.44 78.99 -
YUV 154.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 152 141 230 0.34 0.39 0 0.10 247.42 0.64 0.73
Hex 98 8D E6 22 27 0 A F7 40 49
Octal 230 215 346 42 47 0 12 367 100 111
Binary 10011000 10001101 11100110 100010 100111 0 1010 11110111 1000000 1001001

Color Harmonies of #988DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DE6

Black with #988DE6

Text Example


Text Example

White with #988DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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