#929cd0

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

Shades of Portage #929CD0

Tints of Portage #929CD0

Color information

#929CD0 (or 0x929CD0) is unknown color: approx Portage. HEX triplet: 92, 9C and D0. RGB value is (146,156,208). Sum of RGB (Red+Green+Blue) = 146+156+208=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #929CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CD0 is #6D632F. Grayscale: #9E9E9E. Windows color (decimal): -7168816 or 13671570. OLE color: 13671570.

HSL color Cylindrical-coordinate representation of color #929CD0: hue angle of 230.32º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929CD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146156208-
CMYK0.300.2500.18
HSL230.32º39.74%69.41%-
HSV(B)230.32º29.81%81.57%-
XYZ35.1334.4464.47-
YUV158.94155.69118.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=28.63%
G=30.59%
B=40.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461562080.300.2500.18230.3239.7469.41
Hex929CD01E19012e62845
Octal222234320363102234650105
Binary1001001010011100110100001111011001010010111001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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