Html Css Color HEX #9C9ACC Blue Bell

📋 copy color: '#9C9ACC'

red 156 ◦ green 154 ◦ blue 204

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

Shades of Blue Bell #9C9ACC

Tints of Blue Bell #9C9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 30.35%
G = 29.96%
B = 39.69%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C9ACC (or 0x9C9ACC) is known color: Blue Bell. HEX triplet: 9C, 9A and CC. RGB value is (156,154,204). Sum of RGB (Red+Green+Blue) = 156+154+204=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ACC is #636533. Grayscale: #A0A0A0. Windows color (decimal): -6513972 or 13408924. OLE color: 13408924.

HSL color Cylindrical-coordinate representation of color #9C9ACC: hue angle of 242.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C9ACC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 154 204 -
CMYK 0.24 0.25 0 0.2
HSL 242.4º 0.33% 0.7% -
HSV(B) 242.4º 0.25% 0.8% -
XYZ 36.16 34.54 61.89 -
YUV 160.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 156 154 204 0.24 0.25 0 0.2 242.4 0.33 0.7
Hex 9C 9A CC 18 19 0 14 F2 21 46
Octal 234 232 314 30 31 0 24 362 41 106
Binary 10011100 10011010 11001100 11000 11001 0 10100 11110010 100001 1000110

Color Harmonies of #9C9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9ACC

Black with #9C9ACC

Text Example


Text Example

White with #9C9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,154,204); }

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

background-color css

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

 a { background-color: rgb(156,154,204); }

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

border-color css

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

 span { border-color: rgb(156,154,204); }

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