Html Css Color HEX #988FE4 Blue Bell

📋 copy color: '#988FE4'

red 152 ◦ green 143 ◦ blue 228

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

Shades of Blue Bell #988FE4

Tints of Blue Bell #988FE4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.34%

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

R = 29.06%
G = 27.34%
B = 43.59%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#988FE4 (or 0x988FE4) is known color: Blue Bell. HEX triplet: 98, 8F and E4. RGB value is (152,143,228). Sum of RGB (Red+Green+Blue) = 152+143+228=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #988FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FE4 is #67701B. Grayscale: #9B9B9B. Windows color (decimal): -6778908 or 14978968. OLE color: 14978968.

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

Color convert

RGB 152 143 228 -
CMYK 0.33 0.37 0 0.11
HSL 246.35º 0.61% 0.73% -
HSV(B) 246.35º 0.37% 0.89% -
XYZ 36.77 31.92 77.62 -
YUV 155.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 152 143 228 0.33 0.37 0 0.11 246.35 0.61 0.73
Hex 98 8F E4 21 25 0 B F6 3D 49
Octal 230 217 344 41 45 0 13 366 75 111
Binary 10011000 10001111 11100100 100001 100101 0 1011 11110110 111101 1001001

Color Harmonies of #988FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FE4

Black with #988FE4

Text Example


Text Example

White with #988FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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