Html Css Color HEX #97A6D8 Portage

📋 copy color: '#97A6D8'

red 151 ◦ green 166 ◦ blue 216

#97A6D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #97A6D8

Tints of Portage #97A6D8

RGB

 RED value IS 151 (59.38% from 255) = 28.33%

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 28.33%
G = 31.14%
B = 40.53%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#97A6D8 (or 0x97A6D8) is known color: Portage. HEX triplet: 97, A6 and D8. RGB value is (151,166,216). Sum of RGB (Red+Green+Blue) = 151+166+216=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #97A6D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A6D8 is #685927. Grayscale: #A7A7A7. Windows color (decimal): -6838568 or 14198423. OLE color: 14198423.

HSL color Cylindrical-coordinate representation of color #97A6D8: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97A6D8 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 166 216 -
CMYK 0.30 0.23 0 0.15
HSL 226.15º 0.45% 0.72% -
HSV(B) 226.15º 0.3% 0.85% -
XYZ 38.79 38.81 70.41 -
YUV 167.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 151 166 216 0.30 0.23 0 0.15 226.15 0.45 0.72
Hex 97 A6 D8 1E 17 0 F E2 2D 48
Octal 227 246 330 36 27 0 17 342 55 110
Binary 10010111 10100110 11011000 11110 10111 0 1111 11100010 101101 1001000

Color Harmonies of #97A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A6D8

Black with #97A6D8

Text Example


Text Example

White with #97A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,166,216); }

 H1.HeaderClassName
 {
   color: #97A6D8;
 }
 .AnyTagClassName
 {
   color: #97A6D8;
 }
</style>

background-color css

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

 a { background-color: rgb(151,166,216); }

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

border-color css

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

 span { border-color: rgb(151,166,216); }

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