#919CEB

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

Shades of Portage #919CEB

Tints of Portage #919CEB

Color information

#919CEB (or 0x919CEB) is unknown color: approx Portage. HEX triplet: 91, 9C and EB. RGB value is (145,156,235). Sum of RGB (Red+Green+Blue) = 145+156+235=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #919CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CEB is #6E6314. Grayscale: #A1A1A1. Windows color (decimal): -7234325 or 15441041. OLE color: 15441041.

HSL color Cylindrical-coordinate representation of color #919CEB: hue angle of 232.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919CEB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145156235-
CMYK0.380.3400.08
HSL232.67º69.23%74.51%-
HSV(B)232.67º38.3%92.16%-
XYZ38.5635.7983.47-
YUV161.72169.36116.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=27.05%
G=29.10%
B=43.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451562350.380.3400.08232.6769.2374.51
Hex919CEB262208e9454b
Octal2212343534642010351105113
Binary100100011001110011101011100110100010010001110100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919CEB; }

 p { color: rgb(145,156,235); }

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

<style>
 a { background-color: #919CEB; }

 a { background-color: rgb(145,156,235); }

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

<style>
 span { border-color: #919CEB; }

 span { border-color: rgb(145,156,235); }

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