Html Css Color HEX #988DE0 Blue Bell

📋 copy color: '#988DE0'

red 152 ◦ green 141 ◦ blue 224

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

Shades of Blue Bell #988DE0

Tints of Blue Bell #988DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 29.4%
G = 27.27%
B = 43.33%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#988DE0 (or 0x988DE0) is known color: Blue Bell. HEX triplet: 98, 8D and E0. RGB value is (152,141,224). Sum of RGB (Red+Green+Blue) = 152+141+224=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #988DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DE0 is #67721F. Grayscale: #999999. Windows color (decimal): -6779424 or 14716312. OLE color: 14716312.

HSL color Cylindrical-coordinate representation of color #988DE0: hue angle of 247.95º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #988DE0 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 141 224 -
CMYK 0.32 0.37 0 0.12
HSL 247.95º 0.57% 0.72% -
HSV(B) 247.95º 0.37% 0.88% -
XYZ 35.93 31.11 74.63 -
YUV 153.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 152 141 224 0.32 0.37 0 0.12 247.95 0.57 0.72
Hex 98 8D E0 20 25 0 C F8 39 48
Octal 230 215 340 40 45 0 14 370 71 110
Binary 10011000 10001101 11100000 100000 100101 0 1100 11111000 111001 1001000

Color Harmonies of #988DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DE0

Black with #988DE0

Text Example


Text Example

White with #988DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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