Html Css Color HEX #988DE4 Blue Bell

📋 copy color: '#988DE4'

red 152 ◦ green 141 ◦ blue 228

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

Shades of Blue Bell #988DE4

Tints of Blue Bell #988DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 29.17%
G = 27.06%
B = 43.76%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#988DE4 (or 0x988DE4) is known color: Blue Bell. HEX triplet: 98, 8D and E4. RGB value is (152,141,228). Sum of RGB (Red+Green+Blue) = 152+141+228=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #988DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DE4 is #67721B. Grayscale: #999999. Windows color (decimal): -6779420 or 14978456. OLE color: 14978456.

HSL color Cylindrical-coordinate representation of color #988DE4: hue angle of 247.59º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988DE4 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 141 228 -
CMYK 0.33 0.38 0 0.11
HSL 247.59º 0.62% 0.72% -
HSV(B) 247.59º 0.38% 0.89% -
XYZ 36.48 31.33 77.52 -
YUV 154.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 152 141 228 0.33 0.38 0 0.11 247.59 0.62 0.72
Hex 98 8D E4 21 26 0 B F8 3E 48
Octal 230 215 344 41 46 0 13 370 76 110
Binary 10011000 10001101 11100100 100001 100110 0 1011 11111000 111110 1001000

Color Harmonies of #988DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DE4

Black with #988DE4

Text Example


Text Example

White with #988DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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