#97A1F2

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

Shades of Portage #97A1F2

Tints of Portage #97A1F2

Color information

#97A1F2 (or 0x97A1F2) is unknown color: approx Portage. HEX triplet: 97, A1 and F2. RGB value is (151,161,242). Sum of RGB (Red+Green+Blue) = 151+161+242=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #97A1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A1F2 is #685E0D. Grayscale: #A6A6A6. Windows color (decimal): -6839822 or 15901079. OLE color: 15901079.

HSL color Cylindrical-coordinate representation of color #97A1F2: hue angle of 233.41º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97A1F2 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151161242-
CMYK0.380.3300.05
HSL233.41º77.78%77.06%-
HSV(B)233.41º37.6%94.9%-
XYZ41.5338.4889.24-
YUV167.24170.19116.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=27.26%
G=29.06%
B=43.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511612420.380.3300.05233.4177.7877.06
Hex97A1F2262105e94e4d
Octal227241362464105351116115
Binary10010111101000011111001010011010000101011110100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A1F2; }

 p { color: rgb(151,161,242); }

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

<style>
 a { background-color: #97A1F2; }

 a { background-color: rgb(151,161,242); }

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

<style>
 span { border-color: #97A1F2; }

 span { border-color: rgb(151,161,242); }

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