#9191CD

Color #9191CD Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9191CD

Tints of Blue Bell #9191CD

Color information

#9191CD (or 0x9191CD) is unknown color: approx Blue Bell. HEX triplet: 91, 91 and CD. RGB value is (145,145,205). Sum of RGB (Red+Green+Blue) = 145+145+205=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9191CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9191CD is #6E6E32. Grayscale: #979797. Windows color (decimal): -7237171 or 13472145. OLE color: 13472145.

HSL color Cylindrical-coordinate representation of color #9191CD: hue angle of 240º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9191CD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145145205-
CMYK0.290.2900.20
HSL240º37.5%68.63%-
HSV(B)240º29.27%80.39%-
XYZ32.8230.6861.95-
YUV151.84158123.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.29%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=29.29%
G=29.29%
B=41.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451452050.290.2900.2024037.568.63
Hex9191CD1D1D014f02545
Octal221221315353502436045105
Binary1001000110010001110011011110111101010100111100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9191CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,145,205); }

 H1.HeaderClassName
 {
   color: #9191CD;
 }
 .AnyTagClassName
 {
   color: #9191CD;
 }
</style>
background-color css

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

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

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

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

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

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