#9094CA

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

Shades of Blue Bell #9094CA

Tints of Blue Bell #9094CA

Color information

#9094CA (or 0x9094CA) is unknown color: approx Blue Bell. HEX triplet: 90, 94 and CA. RGB value is (144,148,202). Sum of RGB (Red+Green+Blue) = 144+148+202=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9094CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094CA is #6F6B35. Grayscale: #989898. Windows color (decimal): -7301942 or 13276304. OLE color: 13276304.

HSL color Cylindrical-coordinate representation of color #9094CA: hue angle of 235.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9094CA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144148202-
CMYK0.290.2700.21
HSL235.86º35.37%67.84%-
HSV(B)235.86º28.71%79.22%-
XYZ32.7531.3760.21-
YUV152.96155.67121.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=29.15%
G=29.96%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441482020.290.2700.21235.8635.3767.84
Hex9094CA1D1B015ec2344
Octal220224312353302535443104
Binary1001000010010100110010101110111011010101111011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9094CA; }

 p { color: rgb(144,148,202); }

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

<style>
 a { background-color: #9094CA; }

 a { background-color: rgb(144,148,202); }

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

<style>
 span { border-color: #9094CA; }

 span { border-color: rgb(144,148,202); }

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