#929ACD

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

Shades of Portage #929ACD

Tints of Portage #929ACD

Color information

#929ACD (or 0x929ACD) is unknown color: approx Portage. HEX triplet: 92, 9A and CD. RGB value is (146,154,205). Sum of RGB (Red+Green+Blue) = 146+154+205=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #929ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACD is #6D6532. Grayscale: #9D9D9D. Windows color (decimal): -7169331 or 13474450. OLE color: 13474450.

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

Color convert

RGB146154205-
CMYK0.290.2500.20
HSL231.86º37.11%68.82%-
HSV(B)231.86º28.78%80.39%-
XYZ34.4333.6362.43-
YUV157.42154.85119.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=28.91%
G=30.50%
B=40.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461542050.290.2500.20231.8637.1168.82
Hex929ACD1D19014e82545
Octal222232315353102435045105
Binary1001001010011010110011011110111001010100111010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,205); }

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

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

 a { background-color: rgb(146,154,205); }

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

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

 span { border-color: rgb(146,154,205); }

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