Html Css Color HEX #9C99D6 Blue Bell

📋 copy color: '#9C99D6'

red 156 ◦ green 153 ◦ blue 214

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

Shades of Blue Bell #9C99D6

Tints of Blue Bell #9C99D6

RGB

 RED value IS 156 (61.33% from 255) = 29.83%

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 29.83%
G = 29.25%
B = 40.92%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C99D6 (or 0x9C99D6) is known color: Blue Bell. HEX triplet: 9C, 99 and D6. RGB value is (156,153,214). Sum of RGB (Red+Green+Blue) = 156+153+214=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C99D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99D6 is #636629. Grayscale: #A0A0A0. Windows color (decimal): -6514218 or 14064028. OLE color: 14064028.

HSL color Cylindrical-coordinate representation of color #9C99D6: hue angle of 242.95º degrees, saturation: 0.43, 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 #9C99D6 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 153 214 -
CMYK 0.27 0.29 0 0.16
HSL 242.95º 0.43% 0.72% -
HSV(B) 242.95º 0.29% 0.84% -
XYZ 37.24 34.71 68.35 -
YUV 160.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 156 153 214 0.27 0.29 0 0.16 242.95 0.43 0.72
Hex 9C 99 D6 1B 1D 0 10 F3 2B 48
Octal 234 231 326 33 35 0 20 363 53 110
Binary 10011100 10011001 11010110 11011 11101 0 10000 11110011 101011 1001000

Color Harmonies of #9C99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99D6

Black with #9C99D6

Text Example


Text Example

White with #9C99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,153,214); }

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

background-color css

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

 a { background-color: rgb(156,153,214); }

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

border-color css

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

 span { border-color: rgb(156,153,214); }

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