Html Css Color HEX #988BDF Blue Bell

📋 copy color: '#988BDF'

red 152 ◦ green 139 ◦ blue 223

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

Shades of Blue Bell #988BDF

Tints of Blue Bell #988BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 29.57%
G = 27.04%
B = 43.39%

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

#988BDF (or 0x988BDF) is known color: Blue Bell. HEX triplet: 98, 8B and DF. RGB value is (152,139,223). Sum of RGB (Red+Green+Blue) = 152+139+223=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #988BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BDF is #677420. Grayscale: #989898. Windows color (decimal): -6779937 or 14650264. OLE color: 14650264.

HSL color Cylindrical-coordinate representation of color #988BDF: hue angle of 249.29º degrees, saturation: 0.57, 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 #988BDF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 139 223 -
CMYK 0.32 0.38 0 0.13
HSL 249.29º 0.57% 0.71% -
HSV(B) 249.29º 0.38% 0.87% -
XYZ 35.5 30.47 73.82 -
YUV 152.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 152 139 223 0.32 0.38 0 0.13 249.29 0.57 0.71
Hex 98 8B DF 20 26 0 D F9 39 47
Octal 230 213 337 40 46 0 15 371 71 107
Binary 10011000 10001011 11011111 100000 100110 0 1101 11111001 111001 1000111

Color Harmonies of #988BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BDF

Black with #988BDF

Text Example


Text Example

White with #988BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,223); }

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

background-color css

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

 a { background-color: rgb(152,139,223); }

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

border-color css

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

 span { border-color: rgb(152,139,223); }

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