Html Css Color HEX #8296CA Portage

📋 copy color: '#8296CA'

red 130 ◦ green 150 ◦ blue 202

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

Shades of Portage #8296CA

Tints of Portage #8296CA

RGB

 RED value IS 130 (51.17% from 255) = 26.97%

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

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

R = 26.97%
G = 31.12%
B = 41.91%

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

#8296CA (or 0x8296CA) is known color: Portage. HEX triplet: 82, 96 and CA. RGB value is (130,150,202). Sum of RGB (Red+Green+Blue) = 130+150+202=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 150 (58.98% from 255 or 31.12% 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 #8296CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296CA is #7D6935. Grayscale: #959595. Windows color (decimal): -8218934 or 13276802. OLE color: 13276802.

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

Color convert

RGB 130 150 202 -
CMYK 0.36 0.26 0 0.21
HSL 223.33º 0.4% 0.65% -
HSV(B) 223.33º 0.36% 0.79% -
XYZ 30.77 30.82 60.2 -
YUV 149.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 130 150 202 0.36 0.26 0 0.21 223.33 0.4 0.65
Hex 82 96 CA 24 1A 0 15 DF 28 41
Octal 202 226 312 44 32 0 25 337 50 101
Binary 10000010 10010110 11001010 100100 11010 0 10101 11011111 101000 1000001

Color Harmonies of #8296CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296CA

Black with #8296CA

Text Example


Text Example

White with #8296CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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