#9095CA

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

Shades of Blue Bell #9095CA

Tints of Blue Bell #9095CA

Color information

#9095CA (or 0x9095CA) is unknown color: approx Blue Bell. HEX triplet: 90, 95 and CA. RGB value is (144,149,202). Sum of RGB (Red+Green+Blue) = 144+149+202=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #9095CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CA is #6F6A35. Grayscale: #999999. Windows color (decimal): -7301686 or 13276560. OLE color: 13276560.

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

Color convert

RGB144149202-
CMYK0.290.2600.21
HSL234.83º35.37%67.84%-
HSV(B)234.83º28.71%79.22%-
XYZ32.9131.6960.26-
YUV153.55155.34121.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=29.09%
G=30.10%
B=40.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441492020.290.2600.21234.8335.3767.84
Hex9095CA1D1A015eb2344
Octal220225312353202535343104
Binary1001000010010101110010101110111010010101111010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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