#9093CA

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

Shades of Blue Bell #9093CA

Tints of Blue Bell #9093CA

Color information

#9093CA (or 0x9093CA) is unknown color: approx Blue Bell. HEX triplet: 90, 93 and CA. RGB value is (144,147,202). Sum of RGB (Red+Green+Blue) = 144+147+202=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #9093CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093CA is #6F6C35. Grayscale: #989898. Windows color (decimal): -7302198 or 13276048. OLE color: 13276048.

HSL color Cylindrical-coordinate representation of color #9093CA: hue angle of 236.9º 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 #9093CA is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144147202-
CMYK0.290.2700.21
HSL236.9º35.37%67.84%-
HSV(B)236.9º28.71%79.22%-
XYZ32.631.0660.15-
YUV152.37156.01122.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=29.21%
G=29.82%
B=40.97%

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
Decimal1441472020.290.2700.21236.935.3767.84
Hex9093CA1D1B015ed2344
Octal220223312353302535543104
Binary1001000010010011110010101110111011010101111011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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