#958BE7

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

Shades of Blue Bell #958BE7

Tints of Blue Bell #958BE7

Color information

#958BE7 (or 0x958BE7) is unknown color: approx Blue Bell. HEX triplet: 95, 8B and E7. RGB value is (149,139,231). Sum of RGB (Red+Green+Blue) = 149+139+231=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #958BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958BE7 is #6A7418. Grayscale: #989898. Windows color (decimal): -6976537 or 15174549. OLE color: 15174549.

HSL color Cylindrical-coordinate representation of color #958BE7: hue angle of 246.52º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958BE7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149139231-
CMYK0.350.4000.09
HSL246.52º65.71%72.55%-
HSV(B)246.52º39.83%90.59%-
XYZ36.0530.6279.61-
YUV152.48172.31125.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=28.71%
G=26.78%
B=44.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491392310.350.4000.09246.5265.7172.55
Hex958BE7232809f74249
Octal2252133474350011367102111
Binary100101011000101111100111100011101000010011111011110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,231); }

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

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

 a { background-color: rgb(149,139,231); }

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

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

 span { border-color: rgb(149,139,231); }

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