#959EEB

Color #959EEB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #959EEB

Tints of Portage #959EEB

Color information

#959EEB (or 0x959EEB) is unknown color: approx Portage. HEX triplet: 95, 9E and EB. RGB value is (149,158,235). Sum of RGB (Red+Green+Blue) = 149+158+235=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #959EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EEB is #6A6114. Grayscale: #A3A3A3. Windows color (decimal): -6971669 or 15441557. OLE color: 15441557.

HSL color Cylindrical-coordinate representation of color #959EEB: hue angle of 233.72º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959EEB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149158235-
CMYK0.370.3300.08
HSL233.72º68.25%75.29%-
HSV(B)233.72º36.6%92.16%-
XYZ39.6236.8483.62-
YUV164.09168.02117.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=27.49%
G=29.15%
B=43.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491582350.370.3300.08233.7268.2575.29
Hex959EEB252108ea444b
Octal2252363534541010352104113
Binary100101011001111011101011100101100001010001110101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959EEB; }

 p { color: rgb(149,158,235); }

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

<style>
 a { background-color: #959EEB; }

 a { background-color: rgb(149,158,235); }

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

<style>
 span { border-color: #959EEB; }

 span { border-color: rgb(149,158,235); }

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