#929CEA

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

Shades of Portage #929CEA

Tints of Portage #929CEA

Color information

#929CEA (or 0x929CEA) is unknown color: approx Portage. HEX triplet: 92, 9C and EA. RGB value is (146,156,234). Sum of RGB (Red+Green+Blue) = 146+156+234=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #929CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929CEA is #6D6315. Grayscale: #A1A1A1. Windows color (decimal): -7168790 or 15375506. OLE color: 15375506.

HSL color Cylindrical-coordinate representation of color #929CEA: hue angle of 233.18º degrees, saturation: 0.68, 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 #929CEA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146156234-
CMYK0.380.3300.08
HSL233.18º67.69%74.51%-
HSV(B)233.18º37.61%91.76%-
XYZ38.5935.8382.72-
YUV161.9168.69116.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.24%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=27.24%
G=29.10%
B=43.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461562340.380.3300.08233.1867.6974.51
Hex929CEA262108e9444b
Octal2222343524641010351104113
Binary100100101001110011101010100110100001010001110100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929CEA; }

 p { color: rgb(146,156,234); }

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

<style>
 a { background-color: #929CEA; }

 a { background-color: rgb(146,156,234); }

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

<style>
 span { border-color: #929CEA; }

 span { border-color: rgb(146,156,234); }

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