Html Css Color HEX #988FDF Blue Bell

📋 copy color: '#988FDF'

red 152 ◦ green 143 ◦ blue 223

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

Shades of Blue Bell #988FDF

Tints of Blue Bell #988FDF

RGB

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

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

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

R = 29.34%
G = 27.61%
B = 43.05%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988FDF (or 0x988FDF) is known color: Blue Bell. HEX triplet: 98, 8F and DF. RGB value is (152,143,223). Sum of RGB (Red+Green+Blue) = 152+143+223=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #988FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDF is #677020. Grayscale: #9A9A9A. Windows color (decimal): -6778913 or 14651288. OLE color: 14651288.

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

Color convert

RGB 152 143 223 -
CMYK 0.32 0.36 0 0.13
HSL 246.75º 0.56% 0.72% -
HSV(B) 246.75º 0.36% 0.87% -
XYZ 36.09 31.65 74.02 -
YUV 154.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 152 143 223 0.32 0.36 0 0.13 246.75 0.56 0.72
Hex 98 8F DF 20 24 0 D F7 38 48
Octal 230 217 337 40 44 0 15 367 70 110
Binary 10011000 10001111 11011111 100000 100100 0 1101 11110111 111000 1001000

Color Harmonies of #988FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FDF

Black with #988FDF

Text Example


Text Example

White with #988FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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