Html Css Color HEX #97A3DF Portage

📋 copy color: '#97A3DF'

red 151 ◦ green 163 ◦ blue 223

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

Shades of Portage #97A3DF

Tints of Portage #97A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 28.12%
G = 30.35%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97A3DF (or 0x97A3DF) is known color: Portage. HEX triplet: 97, A3 and DF. RGB value is (151,163,223). Sum of RGB (Red+Green+Blue) = 151+163+223=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #97A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A3DF is #685C20. Grayscale: #A6A6A6. Windows color (decimal): -6839329 or 14656407. OLE color: 14656407.

HSL color Cylindrical-coordinate representation of color #97A3DF: hue angle of 230º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A3DF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 163 223 -
CMYK 0.32 0.27 0 0.13
HSL 230º 0.53% 0.73% -
HSV(B) 230º 0.32% 0.87% -
XYZ 39.18 38.1 75.1 -
YUV 166.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 151 163 223 0.32 0.27 0 0.13 230 0.53 0.73
Hex 97 A3 DF 20 1B 0 D E6 35 49
Octal 227 243 337 40 33 0 15 346 65 111
Binary 10010111 10100011 11011111 100000 11011 0 1101 11100110 110101 1001001

Color Harmonies of #97A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A3DF

Black with #97A3DF

Text Example


Text Example

White with #97A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,163,223); }

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

background-color css

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

 a { background-color: rgb(151,163,223); }

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

border-color css

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

 span { border-color: rgb(151,163,223); }

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