Html Css Color HEX #9096CD Blue Bell

📋 copy color: '#9096CD'

red 144 ◦ green 150 ◦ blue 205

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

Shades of Blue Bell #9096CD

Tints of Blue Bell #9096CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 28.86%
G = 30.06%
B = 41.08%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9096CD (or 0x9096CD) is known color: Blue Bell. HEX triplet: 90, 96 and CD. RGB value is (144,150,205). Sum of RGB (Red+Green+Blue) = 144+150+205=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096CD is #6F6932. Grayscale: #9A9A9A. Windows color (decimal): -7301427 or 13473424. OLE color: 13473424.

HSL color Cylindrical-coordinate representation of color #9096CD: hue angle of 234.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9096CD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 150 205 -
CMYK 0.30 0.27 0 0.20
HSL 234.1º 0.38% 0.68% -
HSV(B) 234.1º 0.3% 0.8% -
XYZ 33.43 32.15 62.2 -
YUV 154.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 144 150 205 0.30 0.27 0 0.20 234.1 0.38 0.68
Hex 90 96 CD 1E 1B 0 14 EA 26 44
Octal 220 226 315 36 33 0 24 352 46 104
Binary 10010000 10010110 11001101 11110 11011 0 10100 11101010 100110 1000100

Color Harmonies of #9096CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096CD

Black with #9096CD

Text Example


Text Example

White with #9096CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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