Html Css Color HEX #8094CC Portage

📋 copy color: '#8094CC'

red 128 ◦ green 148 ◦ blue 204

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

Shades of Portage #8094CC

Tints of Portage #8094CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

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

R = 26.67%
G = 30.83%
B = 42.5%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8094CC (or 0x8094CC) is known color: Portage. HEX triplet: 80, 94 and CC. RGB value is (128,148,204). Sum of RGB (Red+Green+Blue) = 128+148+204=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8094CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094CC is #7F6B33. Grayscale: #949494. Windows color (decimal): -8350516 or 13407360. OLE color: 13407360.

HSL color Cylindrical-coordinate representation of color #8094CC: hue angle of 224.21º 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 #8094CC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 148 204 -
CMYK 0.37 0.27 0 0.2
HSL 224.21º 0.43% 0.65% -
HSV(B) 224.21º 0.37% 0.8% -
XYZ 30.39 30.13 61.34 -
YUV 148.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 128 148 204 0.37 0.27 0 0.2 224.21 0.43 0.65
Hex 80 94 CC 25 1B 0 14 E0 2B 41
Octal 200 224 314 45 33 0 24 340 53 101
Binary 10000000 10010100 11001100 100101 11011 0 10100 11100000 101011 1000001

Color Harmonies of #8094CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8094CC

Black with #8094CC

Text Example


Text Example

White with #8094CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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