Html Css Color HEX #9A99D7 Blue Bell

📋 copy color: '#9A99D7'

red 154 ◦ green 153 ◦ blue 215

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

Shades of Blue Bell #9A99D7

Tints of Blue Bell #9A99D7

RGB

 RED value IS 154 (60.55% from 255) = 29.5%

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

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 29.5%
G = 29.31%
B = 41.19%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9A99D7 (or 0x9A99D7) is known color: Blue Bell. HEX triplet: 9A, 99 and D7. RGB value is (154,153,215). Sum of RGB (Red+Green+Blue) = 154+153+215=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A99D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99D7 is #656628. Grayscale: #A0A0A0. Windows color (decimal): -6645289 or 14129562. OLE color: 14129562.

HSL color Cylindrical-coordinate representation of color #9A99D7: hue angle of 240.97º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A99D7 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 153 215 -
CMYK 0.28 0.29 0 0.16
HSL 240.97º 0.44% 0.72% -
HSV(B) 240.97º 0.29% 0.84% -
XYZ 36.98 34.56 69.01 -
YUV 160.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 154 153 215 0.28 0.29 0 0.16 240.97 0.44 0.72
Hex 9A 99 D7 1C 1D 0 10 F1 2C 48
Octal 232 231 327 34 35 0 20 361 54 110
Binary 10011010 10011001 11010111 11100 11101 0 10000 11110001 101100 1001000

Color Harmonies of #9A99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A99D7

Black with #9A99D7

Text Example


Text Example

White with #9A99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A99D7; }

 p { color: rgb(154,153,215); }

 H1.HeaderClassName
 {
   color: #9A99D7;
 }
 .AnyTagClassName
 {
   color: #9A99D7;
 }
</style>

background-color css

<style>
 a { background-color: #9A99D7; }

 a { background-color: rgb(154,153,215); }

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

border-color css

<style>
 span { border-color: #9A99D7; }

 span { border-color: rgb(154,153,215); }

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