#92A5DC

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

Shades of Portage #92A5DC

Tints of Portage #92A5DC

Color information

#92A5DC (or 0x92A5DC) is unknown color: approx Portage. HEX triplet: 92, A5 and DC. RGB value is (146,165,220). Sum of RGB (Red+Green+Blue) = 146+165+220=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #92A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5DC is #6D5A23. Grayscale: #A5A5A5. Windows color (decimal): -7166500 or 14460306. OLE color: 14460306.

HSL color Cylindrical-coordinate representation of color #92A5DC: hue angle of 224.59º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A5DC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146165220-
CMYK0.340.2500.14
HSL224.59º51.39%71.76%-
HSV(B)224.59º33.64%86.27%-
XYZ38.2338.1973.07-
YUV165.59158.71114.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=27.50%
G=31.07%
B=41.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461652200.340.2500.14224.5951.3971.76
Hex92A5DC22190Ee13348
Octal222245334423101634163110
Binary1001001010100101110111001000101100101110111000011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A5DC; }

 p { color: rgb(146,165,220); }

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

<style>
 a { background-color: #92A5DC; }

 a { background-color: rgb(146,165,220); }

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

<style>
 span { border-color: #92A5DC; }

 span { border-color: rgb(146,165,220); }

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