Html Css Color HEX #989FC1 Blue Bell

📋 copy color: '#989FC1'

red 152 ◦ green 159 ◦ blue 193

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

Shades of Blue Bell #989FC1

Tints of Blue Bell #989FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 30.16%
G = 31.55%
B = 38.29%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#989FC1 (or 0x989FC1) is known color: Blue Bell. HEX triplet: 98, 9F and C1. RGB value is (152,159,193). Sum of RGB (Red+Green+Blue) = 152+159+193=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #989FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FC1 is #67603E. Grayscale: #A0A0A0. Windows color (decimal): -6774847 or 12689304. OLE color: 12689304.

HSL color Cylindrical-coordinate representation of color #989FC1: hue angle of 229.76º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989FC1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 159 193 -
CMYK 0.21 0.18 0 0.24
HSL 229.76º 0.25% 0.68% -
HSV(B) 229.76º 0.21% 0.76% -
XYZ 34.97 35.32 55.43 -
YUV 160.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 152 159 193 0.21 0.18 0 0.24 229.76 0.25 0.68
Hex 98 9F C1 15 12 0 18 E6 19 44
Octal 230 237 301 25 22 0 30 346 31 104
Binary 10011000 10011111 11000001 10101 10010 0 11000 11100110 11001 1000100

Color Harmonies of #989FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FC1

Black with #989FC1

Text Example


Text Example

White with #989FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989FC1; }

 p { color: rgb(152,159,193); }

 H1.HeaderClassName
 {
   color: #989FC1;
 }
 .AnyTagClassName
 {
   color: #989FC1;
 }
</style>

background-color css

<style>
 a { background-color: #989FC1; }

 a { background-color: rgb(152,159,193); }

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

border-color css

<style>
 span { border-color: #989FC1; }

 span { border-color: rgb(152,159,193); }

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