Html Css Color HEX #97A4DD Portage

📋 copy color: '#97A4DD'

red 151 ◦ green 164 ◦ blue 221

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

Shades of Portage #97A4DD

Tints of Portage #97A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 28.17%
G = 30.6%
B = 41.23%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97A4DD (or 0x97A4DD) is known color: Portage. HEX triplet: 97, A4 and DD. RGB value is (151,164,221). Sum of RGB (Red+Green+Blue) = 151+164+221=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #97A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A4DD is #685B22. Grayscale: #A6A6A6. Windows color (decimal): -6839075 or 14525591. OLE color: 14525591.

HSL color Cylindrical-coordinate representation of color #97A4DD: hue angle of 228.86º degrees, saturation: 0.51, 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 #97A4DD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 164 221 -
CMYK 0.32 0.26 0 0.13
HSL 228.86º 0.51% 0.73% -
HSV(B) 228.86º 0.32% 0.87% -
XYZ 39.09 38.35 73.75 -
YUV 166.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 151 164 221 0.32 0.26 0 0.13 228.86 0.51 0.73
Hex 97 A4 DD 20 1A 0 D E5 33 49
Octal 227 244 335 40 32 0 15 345 63 111
Binary 10010111 10100100 11011101 100000 11010 0 1101 11100101 110011 1001001

Color Harmonies of #97A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A4DD

Black with #97A4DD

Text Example


Text Example

White with #97A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,164,221); }

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

background-color css

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

 a { background-color: rgb(151,164,221); }

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

border-color css

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

 span { border-color: rgb(151,164,221); }

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