Html Css Color HEX #9C9AE1 Blue Bell

📋 copy color: '#9C9AE1'

red 156 ◦ green 154 ◦ blue 225

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

Shades of Blue Bell #9C9AE1

Tints of Blue Bell #9C9AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 29.16%
G = 28.79%
B = 42.06%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9C9AE1 (or 0x9C9AE1) is known color: Blue Bell. HEX triplet: 9C, 9A and E1. RGB value is (156,154,225). Sum of RGB (Red+Green+Blue) = 156+154+225=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C9AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9AE1 is #63651E. Grayscale: #A2A2A2. Windows color (decimal): -6513951 or 14785180. OLE color: 14785180.

HSL color Cylindrical-coordinate representation of color #9C9AE1: hue angle of 241.69º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C9AE1 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 154 225 -
CMYK 0.31 0.32 0 0.12
HSL 241.69º 0.54% 0.74% -
HSV(B) 241.69º 0.32% 0.88% -
XYZ 38.86 35.62 76.06 -
YUV 162.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 156 154 225 0.31 0.32 0 0.12 241.69 0.54 0.74
Hex 9C 9A E1 1F 20 0 C F2 36 4A
Octal 234 232 341 37 40 0 14 362 66 112
Binary 10011100 10011010 11100001 11111 100000 0 1100 11110010 110110 1001010

Color Harmonies of #9C9AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9AE1

Black with #9C9AE1

Text Example


Text Example

White with #9C9AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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