#958CCA

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

Shades of Blue Bell #958CCA

Tints of Blue Bell #958CCA

Color information

#958CCA (or 0x958CCA) is unknown color: approx Blue Bell. HEX triplet: 95, 8C and CA. RGB value is (149,140,202). Sum of RGB (Red+Green+Blue) = 149+140+202=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #958CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CCA is #6A7335. Grayscale: #959595. Windows color (decimal): -6976310 or 13274261. OLE color: 13274261.

HSL color Cylindrical-coordinate representation of color #958CCA: hue angle of 248.71º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958CCA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149140202-
CMYK0.260.3100.21
HSL248.71º36.9%67.06%-
HSV(B)248.71º30.69%79.22%-
XYZ32.4329.4159.84-
YUV149.76157.48127.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=30.35%
G=28.51%
B=41.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491402020.260.3100.21248.7136.967.06
Hex958CCA1A1F015f92543
Octal225214312323702537145103
Binary1001010110001100110010101101011111010101111110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958CCA; }

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

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

<style>
 a { background-color: #958CCA; }

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

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

<style>
 span { border-color: #958CCA; }

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

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