Html Css Color HEX #8197CA Portage

📋 copy color: '#8197CA'

red 129 ◦ green 151 ◦ blue 202

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

Shades of Portage #8197CA

Tints of Portage #8197CA

RGB

 RED value IS 129 (50.78% from 255) = 26.76%

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 26.76%
G = 31.33%
B = 41.91%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8197CA (or 0x8197CA) is known color: Portage. HEX triplet: 81, 97 and CA. RGB value is (129,151,202). Sum of RGB (Red+Green+Blue) = 129+151+202=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8197CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197CA is #7E6835. Grayscale: #969696. Windows color (decimal): -8284214 or 13277057. OLE color: 13277057.

HSL color Cylindrical-coordinate representation of color #8197CA: hue angle of 221.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8197CA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 151 202 -
CMYK 0.36 0.25 0 0.21
HSL 221.92º 0.41% 0.65% -
HSV(B) 221.92º 0.36% 0.79% -
XYZ 30.78 31.06 60.25 -
YUV 150.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 129 151 202 0.36 0.25 0 0.21 221.92 0.41 0.65
Hex 81 97 CA 24 19 0 15 DE 29 41
Octal 201 227 312 44 31 0 25 336 51 101
Binary 10000001 10010111 11001010 100100 11001 0 10101 11011110 101001 1000001

Color Harmonies of #8197CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8197CA

Black with #8197CA

Text Example


Text Example

White with #8197CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8197CA; }

 p { color: rgb(129,151,202); }

 H1.HeaderClassName
 {
   color: #8197CA;
 }
 .AnyTagClassName
 {
   color: #8197CA;
 }
</style>

background-color css

<style>
 a { background-color: #8197CA; }

 a { background-color: rgb(129,151,202); }

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

border-color css

<style>
 span { border-color: #8197CA; }

 span { border-color: rgb(129,151,202); }

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