Html Css Color HEX #9C9ADA Blue Bell

📋 copy color: '#9C9ADA'

red 156 ◦ green 154 ◦ blue 218

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

Shades of Blue Bell #9C9ADA

Tints of Blue Bell #9C9ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 29.55%
G = 29.17%
B = 41.29%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C9ADA (or 0x9C9ADA) is known color: Blue Bell. HEX triplet: 9C, 9A and DA. RGB value is (156,154,218). Sum of RGB (Red+Green+Blue) = 156+154+218=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADA is #636525. Grayscale: #A1A1A1. Windows color (decimal): -6513958 or 14326428. OLE color: 14326428.

HSL color Cylindrical-coordinate representation of color #9C9ADA: hue angle of 241.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9ADA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 154 218 -
CMYK 0.28 0.29 0 0.15
HSL 241.88º 0.46% 0.73% -
HSV(B) 241.88º 0.29% 0.85% -
XYZ 37.92 35.24 71.13 -
YUV 161.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 156 154 218 0.28 0.29 0 0.15 241.88 0.46 0.73
Hex 9C 9A DA 1C 1D 0 F F2 2E 49
Octal 234 232 332 34 35 0 17 362 56 111
Binary 10011100 10011010 11011010 11100 11101 0 1111 11110010 101110 1001001

Color Harmonies of #9C9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9ADA

Black with #9C9ADA

Text Example


Text Example

White with #9C9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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