Html Css Color HEX #9991E0 Blue Bell

📋 copy color: '#9991E0'

red 153 ◦ green 145 ◦ blue 224

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

Shades of Blue Bell #9991E0

Tints of Blue Bell #9991E0

RGB

 RED value IS 153 (60.16% from 255) = 29.31%

 GREEN value IS 145 (57.03% from 255) = 27.78%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 29.31%
G = 27.78%
B = 42.91%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9991E0 (or 0x9991E0) is known color: Blue Bell. HEX triplet: 99, 91 and E0. RGB value is (153,145,224). Sum of RGB (Red+Green+Blue) = 153+145+224=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #9991E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991E0 is #666E1F. Grayscale: #9C9C9C. Windows color (decimal): -6712864 or 14717337. OLE color: 14717337.

HSL color Cylindrical-coordinate representation of color #9991E0: hue angle of 246.08º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9991E0 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 145 224 -
CMYK 0.32 0.35 0 0.12
HSL 246.08º 0.56% 0.72% -
HSV(B) 246.08º 0.35% 0.88% -
XYZ 36.72 32.4 74.84 -
YUV 156.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 153 145 224 0.32 0.35 0 0.12 246.08 0.56 0.72
Hex 99 91 E0 20 23 0 C F6 38 48
Octal 231 221 340 40 43 0 14 366 70 110
Binary 10011001 10010001 11100000 100000 100011 0 1100 11110110 111000 1001000

Color Harmonies of #9991E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991E0

Black with #9991E0

Text Example


Text Example

White with #9991E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9991E0; }

 p { color: rgb(153,145,224); }

 H1.HeaderClassName
 {
   color: #9991E0;
 }
 .AnyTagClassName
 {
   color: #9991E0;
 }
</style>

background-color css

<style>
 a { background-color: #9991E0; }

 a { background-color: rgb(153,145,224); }

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

border-color css

<style>
 span { border-color: #9991E0; }

 span { border-color: rgb(153,145,224); }

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