Html Css Color HEX #8296CB Portage

📋 copy color: '#8296CB'

red 130 ◦ green 150 ◦ blue 203

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

Shades of Portage #8296CB

Tints of Portage #8296CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 26.92%
G = 31.06%
B = 42.03%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8296CB (or 0x8296CB) is known color: Portage. HEX triplet: 82, 96 and CB. RGB value is (130,150,203). Sum of RGB (Red+Green+Blue) = 130+150+203=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #8296CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296CB is #7D6934. Grayscale: #959595. Windows color (decimal): -8218933 or 13342338. OLE color: 13342338.

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

Color convert

RGB 130 150 203 -
CMYK 0.36 0.26 0 0.20
HSL 223.56º 0.41% 0.65% -
HSV(B) 223.56º 0.36% 0.8% -
XYZ 30.89 30.87 60.83 -
YUV 150.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 130 150 203 0.36 0.26 0 0.20 223.56 0.41 0.65
Hex 82 96 CB 24 1A 0 14 E0 29 41
Octal 202 226 313 44 32 0 24 340 51 101
Binary 10000010 10010110 11001011 100100 11010 0 10100 11100000 101001 1000001

Color Harmonies of #8296CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296CB

Black with #8296CB

Text Example


Text Example

White with #8296CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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