Html Css Color HEX #8194CC Portage

📋 copy color: '#8194CC'

red 129 ◦ green 148 ◦ blue 204

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

Shades of Portage #8194CC

Tints of Portage #8194CC

RGB

 RED value IS 129 (50.78% from 255) = 26.82%

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

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

R = 26.82%
G = 30.77%
B = 42.41%

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

#8194CC (or 0x8194CC) is known color: Portage. HEX triplet: 81, 94 and CC. RGB value is (129,148,204). Sum of RGB (Red+Green+Blue) = 129+148+204=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #8194CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194CC is #7E6B33. Grayscale: #949494. Windows color (decimal): -8284980 or 13407361. OLE color: 13407361.

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

Color convert

RGB 129 148 204 -
CMYK 0.37 0.27 0 0.2
HSL 224.8º 0.42% 0.65% -
HSV(B) 224.8º 0.37% 0.8% -
XYZ 30.54 30.21 61.35 -
YUV 148.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 129 148 204 0.37 0.27 0 0.2 224.8 0.42 0.65
Hex 81 94 CC 25 1B 0 14 E1 2A 41
Octal 201 224 314 45 33 0 24 341 52 101
Binary 10000001 10010100 11001100 100101 11011 0 10100 11100001 101010 1000001

Color Harmonies of #8194CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8194CC

Black with #8194CC

Text Example


Text Example

White with #8194CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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