Html Css Color HEX #988DEA Blue Bell

📋 copy color: '#988DEA'

red 152 ◦ green 141 ◦ blue 234

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

Shades of Blue Bell #988DEA

Tints of Blue Bell #988DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 28.84%
G = 26.76%
B = 44.4%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#988DEA (or 0x988DEA) is known color: Blue Bell. HEX triplet: 98, 8D and EA. RGB value is (152,141,234). Sum of RGB (Red+Green+Blue) = 152+141+234=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #988DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988DEA is #677215. Grayscale: #9A9A9A. Windows color (decimal): -6779414 or 15371672. OLE color: 15371672.

HSL color Cylindrical-coordinate representation of color #988DEA: hue angle of 247.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988DEA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 141 234 -
CMYK 0.35 0.40 0 0.08
HSL 247.1º 0.69% 0.74% -
HSV(B) 247.1º 0.4% 0.92% -
XYZ 37.33 31.67 81.99 -
YUV 154.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 152 141 234 0.35 0.40 0 0.08 247.1 0.69 0.74
Hex 98 8D EA 23 28 0 8 F7 45 4A
Octal 230 215 352 43 50 0 10 367 105 112
Binary 10011000 10001101 11101010 100011 101000 0 1000 11110111 1000101 1001010

Color Harmonies of #988DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DEA

Black with #988DEA

Text Example


Text Example

White with #988DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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