Html Css Color HEX #97A0DB Portage

📋 copy color: '#97A0DB'

red 151 ◦ green 160 ◦ blue 219

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

Shades of Portage #97A0DB

Tints of Portage #97A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.19%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 28.49%
G = 30.19%
B = 41.32%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97A0DB (or 0x97A0DB) is known color: Portage. HEX triplet: 97, A0 and DB. RGB value is (151,160,219). Sum of RGB (Red+Green+Blue) = 151+160+219=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #97A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A0DB is #685F24. Grayscale: #A3A3A3. Windows color (decimal): -6840101 or 14393495. OLE color: 14393495.

HSL color Cylindrical-coordinate representation of color #97A0DB: hue angle of 232.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A0DB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 160 219 -
CMYK 0.31 0.27 0 0.14
HSL 232.06º 0.49% 0.73% -
HSV(B) 232.06º 0.31% 0.86% -
XYZ 38.12 36.84 72.12 -
YUV 164.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 151 160 219 0.31 0.27 0 0.14 232.06 0.49 0.73
Hex 97 A0 DB 1F 1B 0 E E8 31 49
Octal 227 240 333 37 33 0 16 350 61 111
Binary 10010111 10100000 11011011 11111 11011 0 1110 11101000 110001 1001001

Color Harmonies of #97A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A0DB

Black with #97A0DB

Text Example


Text Example

White with #97A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,160,219); }

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

background-color css

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

 a { background-color: rgb(151,160,219); }

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

border-color css

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

 span { border-color: rgb(151,160,219); }

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