Html Css Color HEX #988ADE Blue Bell

📋 copy color: '#988ADE'

red 152 ◦ green 138 ◦ blue 222

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

Shades of Blue Bell #988ADE

Tints of Blue Bell #988ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 29.69%
G = 26.95%
B = 43.36%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988ADE (or 0x988ADE) is known color: Blue Bell. HEX triplet: 98, 8A and DE. RGB value is (152,138,222). Sum of RGB (Red+Green+Blue) = 152+138+222=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #988ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ADE is #677521. Grayscale: #979797. Windows color (decimal): -6780194 or 14584472. OLE color: 14584472.

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

Color convert

RGB 152 138 222 -
CMYK 0.32 0.38 0 0.13
HSL 250º 0.56% 0.71% -
HSV(B) 250º 0.38% 0.87% -
XYZ 35.22 30.13 73.07 -
YUV 151.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 152 138 222 0.32 0.38 0 0.13 250 0.56 0.71
Hex 98 8A DE 20 26 0 D FA 38 47
Octal 230 212 336 40 46 0 15 372 70 107
Binary 10011000 10001010 11011110 100000 100110 0 1101 11111010 111000 1000111

Color Harmonies of #988ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ADE

Black with #988ADE

Text Example


Text Example

White with #988ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,222); }

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

background-color css

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

 a { background-color: rgb(152,138,222); }

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

border-color css

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

 span { border-color: rgb(152,138,222); }

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