Html Css Color HEX #8296CC Portage

📋 copy color: '#8296CC'

red 130 ◦ green 150 ◦ blue 204

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

Shades of Portage #8296CC

Tints of Portage #8296CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 26.86%
G = 30.99%
B = 42.15%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8296CC (or 0x8296CC) is known color: Portage. HEX triplet: 82, 96 and CC. RGB value is (130,150,204). Sum of RGB (Red+Green+Blue) = 130+150+204=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #8296CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296CC is #7D6933. Grayscale: #959595. Windows color (decimal): -8218932 or 13407874. OLE color: 13407874.

HSL color Cylindrical-coordinate representation of color #8296CC: hue angle of 223.78º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8296CC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 150 204 -
CMYK 0.36 0.26 0 0.2
HSL 223.78º 0.42% 0.65% -
HSV(B) 223.78º 0.36% 0.8% -
XYZ 31.01 30.92 61.46 -
YUV 150.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 130 150 204 0.36 0.26 0 0.2 223.78 0.42 0.65
Hex 82 96 CC 24 1A 0 14 E0 2A 41
Octal 202 226 314 44 32 0 24 340 52 101
Binary 10000010 10010110 11001100 100100 11010 0 10100 11100000 101010 1000001

Color Harmonies of #8296CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296CC

Black with #8296CC

Text Example


Text Example

White with #8296CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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