#958DEE

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

Shades of Portage #958DEE

Tints of Portage #958DEE

Color information

#958DEE (or 0x958DEE) is unknown color: approx Portage. HEX triplet: 95, 8D and EE. RGB value is (149,141,238). Sum of RGB (Red+Green+Blue) = 149+141+238=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #958DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DEE is #6A7211. Grayscale: #9A9A9A. Windows color (decimal): -6976018 or 15633813. OLE color: 15633813.

HSL color Cylindrical-coordinate representation of color #958DEE: hue angle of 244.95º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958DEE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149141238-
CMYK0.370.4100.07
HSL244.95º74.05%74.31%-
HSV(B)244.95º40.76%93.33%-
XYZ37.3531.6185.02-
YUV154.45175.15124.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=28.22%
G=26.70%
B=45.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491412380.370.4100.07244.9574.0574.31
Hex958DEE252907f54a4a
Octal225215356455107365112112
Binary10010101100011011110111010010110100101111111010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,238); }

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

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

 a { background-color: rgb(149,141,238); }

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

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

 span { border-color: rgb(149,141,238); }

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