#958DED

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

Shades of Portage #958DED

Tints of Portage #958DED

Color information

#958DED (or 0x958DED) is unknown color: approx Portage. HEX triplet: 95, 8D and ED. RGB value is (149,141,237). Sum of RGB (Red+Green+Blue) = 149+141+237=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #958DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DED is #6A7212. Grayscale: #999999. Windows color (decimal): -6976019 or 15568277. OLE color: 15568277.

HSL color Cylindrical-coordinate representation of color #958DED: hue angle of 245º degrees, saturation: 0.73, 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 #958DED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149141237-
CMYK0.370.4100.07
HSL245º72.73%74.12%-
HSV(B)245º40.51%92.94%-
XYZ37.2131.5584.25-
YUV154.34174.65124.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=28.27%
G=26.76%
B=44.97%

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
Decimal1491412370.370.4100.0724572.7374.12
Hex958DED252907f5494a
Octal225215355455107365111112
Binary10010101100011011110110110010110100101111111010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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