Html Css Color HEX #8196CA Portage

📋 copy color: '#8196CA'

red 129 ◦ green 150 ◦ blue 202

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

Shades of Portage #8196CA

Tints of Portage #8196CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 26.82%
G = 31.19%
B = 42%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8196CA (or 0x8196CA) is known color: Portage. HEX triplet: 81, 96 and CA. RGB value is (129,150,202). Sum of RGB (Red+Green+Blue) = 129+150+202=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8196CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196CA is #7E6935. Grayscale: #959595. Windows color (decimal): -8284470 or 13276801. OLE color: 13276801.

HSL color Cylindrical-coordinate representation of color #8196CA: hue angle of 222.74º 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 #8196CA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 150 202 -
CMYK 0.36 0.26 0 0.21
HSL 222.74º 0.41% 0.65% -
HSV(B) 222.74º 0.36% 0.79% -
XYZ 30.62 30.74 60.2 -
YUV 149.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 129 150 202 0.36 0.26 0 0.21 222.74 0.41 0.65
Hex 81 96 CA 24 1A 0 15 DF 29 41
Octal 201 226 312 44 32 0 25 337 51 101
Binary 10000001 10010110 11001010 100100 11010 0 10101 11011111 101001 1000001

Color Harmonies of #8196CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8196CA

Black with #8196CA

Text Example


Text Example

White with #8196CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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