Html Css Color HEX #9096C3 Blue Bell

📋 copy color: '#9096C3'

red 144 ◦ green 150 ◦ blue 195

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

Shades of Blue Bell #9096C3

Tints of Blue Bell #9096C3

RGB

 RED value IS 144 (56.64% from 255) = 29.45%

 GREEN value IS 150 (58.98% from 255) = 30.67%

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 29.45%
G = 30.67%
B = 39.88%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9096C3 (or 0x9096C3) is known color: Blue Bell. HEX triplet: 90, 96 and C3. RGB value is (144,150,195). Sum of RGB (Red+Green+Blue) = 144+150+195=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #9096C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096C3 is #6F693C. Grayscale: #999999. Windows color (decimal): -7301437 or 12818064. OLE color: 12818064.

HSL color Cylindrical-coordinate representation of color #9096C3: hue angle of 232.94º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9096C3 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 150 195 -
CMYK 0.26 0.23 0 0.24
HSL 232.94º 0.3% 0.66% -
HSV(B) 232.94º 0.26% 0.76% -
XYZ 32.26 31.68 56.04 -
YUV 153.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 144 150 195 0.26 0.23 0 0.24 232.94 0.3 0.66
Hex 90 96 C3 1A 17 0 18 E9 1E 42
Octal 220 226 303 32 27 0 30 351 36 102
Binary 10010000 10010110 11000011 11010 10111 0 11000 11101001 11110 1000010

Color Harmonies of #9096C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096C3

Black with #9096C3

Text Example


Text Example

White with #9096C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9096C3; }

 p { color: rgb(144,150,195); }

 H1.HeaderClassName
 {
   color: #9096C3;
 }
 .AnyTagClassName
 {
   color: #9096C3;
 }
</style>

background-color css

<style>
 a { background-color: #9096C3; }

 a { background-color: rgb(144,150,195); }

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

border-color css

<style>
 span { border-color: #9096C3; }

 span { border-color: rgb(144,150,195); }

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