#929BCE

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

Shades of Portage #929BCE

Tints of Portage #929BCE

Color information

#929BCE (or 0x929BCE) is unknown color: approx Portage. HEX triplet: 92, 9B and CE. RGB value is (146,155,206). Sum of RGB (Red+Green+Blue) = 146+155+206=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #929BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCE is #6D6431. Grayscale: #9D9D9D. Windows color (decimal): -7169074 or 13540242. OLE color: 13540242.

HSL color Cylindrical-coordinate representation of color #929BCE: hue angle of 231º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929BCE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146155206-
CMYK0.290.2500.19
HSL231º37.97%69.02%-
HSV(B)231º29.13%80.78%-
XYZ34.7234.0163.13-
YUV158.12155.02119.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=28.80%
G=30.57%
B=40.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461552060.290.2500.1923137.9769.02
Hex929BCE1D19013e72645
Octal222233316353102334746105
Binary1001001010011011110011101110111001010011111001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,206); }

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

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

 a { background-color: rgb(146,155,206); }

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

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

 span { border-color: rgb(146,155,206); }

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