Html Css Color HEX #8092CC Portage

📋 copy color: '#8092CC'

red 128 ◦ green 146 ◦ blue 204

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

Shades of Portage #8092CC

Tints of Portage #8092CC

RGB

 RED value IS 128 (50.39% from 255) = 26.78%

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 26.78%
G = 30.54%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8092CC (or 0x8092CC) is known color: Portage. HEX triplet: 80, 92 and CC. RGB value is (128,146,204). Sum of RGB (Red+Green+Blue) = 128+146+204=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #8092CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092CC is #7F6D33. Grayscale: #929292. Windows color (decimal): -8351028 or 13406848. OLE color: 13406848.

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

Color convert

RGB 128 146 204 -
CMYK 0.37 0.28 0 0.2
HSL 225.79º 0.43% 0.65% -
HSV(B) 225.79º 0.37% 0.8% -
XYZ 30.08 29.51 61.24 -
YUV 147.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 128 146 204 0.37 0.28 0 0.2 225.79 0.43 0.65
Hex 80 92 CC 25 1C 0 14 E2 2B 41
Octal 200 222 314 45 34 0 24 342 53 101
Binary 10000000 10010010 11001100 100101 11100 0 10100 11100010 101011 1000001

Color Harmonies of #8092CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8092CC

Black with #8092CC

Text Example


Text Example

White with #8092CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,146,204); }

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

background-color css

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

 a { background-color: rgb(128,146,204); }

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

border-color css

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

 span { border-color: rgb(128,146,204); }

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