Html Css Color HEX #8492DF Portage

📋 copy color: '#8492DF'

red 132 ◦ green 146 ◦ blue 223

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

Shades of Portage #8492DF

Tints of Portage #8492DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 26.35%
G = 29.14%
B = 44.51%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8492DF (or 0x8492DF) is known color: Portage. HEX triplet: 84, 92 and DF. RGB value is (132,146,223). Sum of RGB (Red+Green+Blue) = 132+146+223=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8492DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492DF is #7B6D20. Grayscale: #969696. Windows color (decimal): -8088865 or 14652036. OLE color: 14652036.

HSL color Cylindrical-coordinate representation of color #8492DF: hue angle of 230.77º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8492DF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 146 223 -
CMYK 0.41 0.35 0 0.13
HSL 230.77º 0.59% 0.7% -
HSV(B) 230.77º 0.41% 0.87% -
XYZ 33.11 30.79 74.01 -
YUV 150.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 132 146 223 0.41 0.35 0 0.13 230.77 0.59 0.7
Hex 84 92 DF 29 23 0 D E7 3B 46
Octal 204 222 337 51 43 0 15 347 73 106
Binary 10000100 10010010 11011111 101001 100011 0 1101 11100111 111011 1000110

Color Harmonies of #8492DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492DF

Black with #8492DF

Text Example


Text Example

White with #8492DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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