Html Css Color HEX #988FD5 Blue Bell

📋 copy color: '#988FD5'

red 152 ◦ green 143 ◦ blue 213

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

Shades of Blue Bell #988FD5

Tints of Blue Bell #988FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 29.92%
G = 28.15%
B = 41.93%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#988FD5 (or 0x988FD5) is known color: Blue Bell. HEX triplet: 98, 8F and D5. RGB value is (152,143,213). Sum of RGB (Red+Green+Blue) = 152+143+213=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #988FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FD5 is #67702A. Grayscale: #999999. Windows color (decimal): -6778923 or 13995928. OLE color: 13995928.

HSL color Cylindrical-coordinate representation of color #988FD5: hue angle of 247.71º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988FD5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 143 213 -
CMYK 0.29 0.33 0 0.16
HSL 247.71º 0.45% 0.7% -
HSV(B) 247.71º 0.33% 0.84% -
XYZ 34.78 31.12 67.13 -
YUV 153.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 152 143 213 0.29 0.33 0 0.16 247.71 0.45 0.7
Hex 98 8F D5 1D 21 0 10 F8 2D 46
Octal 230 217 325 35 41 0 20 370 55 106
Binary 10011000 10001111 11010101 11101 100001 0 10000 11111000 101101 1000110

Color Harmonies of #988FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FD5

Black with #988FD5

Text Example


Text Example

White with #988FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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