#958CED

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

Shades of Portage #958CED

Tints of Portage #958CED

Color information

#958CED (or 0x958CED) is unknown color: approx Portage. HEX triplet: 95, 8C and ED. RGB value is (149,140,237). Sum of RGB (Red+Green+Blue) = 149+140+237=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #958CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958CED is #6A7312. Grayscale: #999999. Windows color (decimal): -6976275 or 15568021. OLE color: 15568021.

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

Color convert

RGB149140237-
CMYK0.370.4100.07
HSL245.57º72.93%73.92%-
HSV(B)245.57º40.93%92.94%-
XYZ37.0631.2684.2-
YUV153.75174.98124.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=28.33%
G=26.62%
B=45.06%

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
Decimal1491402370.370.4100.07245.5772.9373.92
Hex958CED252907f6494a
Octal225214355455107366111112
Binary10010101100011001110110110010110100101111111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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