Html Css Color HEX #97A5DB Portage

📋 copy color: '#97A5DB'

red 151 ◦ green 165 ◦ blue 219

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

Shades of Portage #97A5DB

Tints of Portage #97A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 28.22%
G = 30.84%
B = 40.93%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97A5DB (or 0x97A5DB) is known color: Portage. HEX triplet: 97, A5 and DB. RGB value is (151,165,219). Sum of RGB (Red+Green+Blue) = 151+165+219=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #97A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A5DB is #685A24. Grayscale: #A6A6A6. Windows color (decimal): -6838821 or 14394775. OLE color: 14394775.

HSL color Cylindrical-coordinate representation of color #97A5DB: hue angle of 227.65º 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 #97A5DB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 165 219 -
CMYK 0.31 0.25 0 0.14
HSL 227.65º 0.49% 0.73% -
HSV(B) 227.65º 0.31% 0.86% -
XYZ 39 38.6 72.41 -
YUV 166.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 151 165 219 0.31 0.25 0 0.14 227.65 0.49 0.73
Hex 97 A5 DB 1F 19 0 E E4 31 49
Octal 227 245 333 37 31 0 16 344 61 111
Binary 10010111 10100101 11011011 11111 11001 0 1110 11100100 110001 1001001

Color Harmonies of #97A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A5DB

Black with #97A5DB

Text Example


Text Example

White with #97A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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