#9299CD

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

Shades of Blue Bell #9299CD

Tints of Blue Bell #9299CD

Color information

#9299CD (or 0x9299CD) is unknown color: approx Blue Bell. HEX triplet: 92, 99 and CD. RGB value is (146,153,205). Sum of RGB (Red+Green+Blue) = 146+153+205=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9299CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299CD is #6D6632. Grayscale: #9C9C9C. Windows color (decimal): -7169587 or 13474194. OLE color: 13474194.

HSL color Cylindrical-coordinate representation of color #9299CD: hue angle of 232.88º 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 #9299CD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146153205-
CMYK0.290.2500.20
HSL232.88º37.11%68.82%-
HSV(B)232.88º28.78%80.39%-
XYZ34.2633.362.38-
YUV156.83155.18120.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=28.97%
G=30.36%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461532050.290.2500.20232.8837.1168.82
Hex9299CD1D19014e92545
Octal222231315353102435145105
Binary1001001010011001110011011110111001010100111010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,153,205); }

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

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

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

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

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

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

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