Html Css Color HEX #8A97D0 Portage

📋 copy color: '#8A97D0'

red 138 ◦ green 151 ◦ blue 208

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

Shades of Portage #8A97D0

Tints of Portage #8A97D0

RGB

 RED value IS 138 (54.3% from 255) = 27.77%

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 27.77%
G = 30.38%
B = 41.85%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8A97D0 (or 0x8A97D0) is known color: Portage. HEX triplet: 8A, 97 and D0. RGB value is (138,151,208). Sum of RGB (Red+Green+Blue) = 138+151+208=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A97D0 is #75682F. Grayscale: #999999. Windows color (decimal): -7694384 or 13670282. OLE color: 13670282.

HSL color Cylindrical-coordinate representation of color #8A97D0: hue angle of 228.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A97D0 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 151 208 -
CMYK 0.34 0.27 0 0.18
HSL 228.86º 0.43% 0.68% -
HSV(B) 228.86º 0.34% 0.82% -
XYZ 32.93 32.09 64.13 -
YUV 153.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 138 151 208 0.34 0.27 0 0.18 228.86 0.43 0.68
Hex 8A 97 D0 22 1B 0 12 E5 2B 44
Octal 212 227 320 42 33 0 22 345 53 104
Binary 10001010 10010111 11010000 100010 11011 0 10010 11100101 101011 1000100

Color Harmonies of #8A97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A97D0

Black with #8A97D0

Text Example


Text Example

White with #8A97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A97D0; }

 p { color: rgb(138,151,208); }

 H1.HeaderClassName
 {
   color: #8A97D0;
 }
 .AnyTagClassName
 {
   color: #8A97D0;
 }
</style>

background-color css

<style>
 a { background-color: #8A97D0; }

 a { background-color: rgb(138,151,208); }

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

border-color css

<style>
 span { border-color: #8A97D0; }

 span { border-color: rgb(138,151,208); }

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