Html Css Color HEX #8492CC Portage

📋 copy color: '#8492CC'

red 132 ◦ green 146 ◦ blue 204

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

Shades of Portage #8492CC

Tints of Portage #8492CC

RGB

 RED value IS 132 (51.95% from 255) = 27.39%

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

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

R = 27.39%
G = 30.29%
B = 42.32%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8492CC (or 0x8492CC) is known color: Portage. HEX triplet: 84, 92 and CC. RGB value is (132,146,204). Sum of RGB (Red+Green+Blue) = 132+146+204=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8492CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492CC is #7B6D33. Grayscale: #949494. Windows color (decimal): -8088884 or 13406852. OLE color: 13406852.

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

Color convert

RGB 132 146 204 -
CMYK 0.35 0.28 0 0.2
HSL 228.33º 0.41% 0.66% -
HSV(B) 228.33º 0.35% 0.8% -
XYZ 30.69 29.82 61.27 -
YUV 148.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 132 146 204 0.35 0.28 0 0.2 228.33 0.41 0.66
Hex 84 92 CC 23 1C 0 14 E4 29 42
Octal 204 222 314 43 34 0 24 344 51 102
Binary 10000100 10010010 11001100 100011 11100 0 10100 11100100 101001 1000010

Color Harmonies of #8492CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492CC

Black with #8492CC

Text Example


Text Example

White with #8492CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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