Html Css Color HEX #8492DD Portage

📋 copy color: '#8492DD'

red 132 ◦ green 146 ◦ blue 221

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

Shades of Portage #8492DD

Tints of Portage #8492DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 26.45%
G = 29.26%
B = 44.29%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8492DD (or 0x8492DD) is known color: Portage. HEX triplet: 84, 92 and DD. RGB value is (132,146,221). Sum of RGB (Red+Green+Blue) = 132+146+221=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8492DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492DD is #7B6D22. Grayscale: #969696. Windows color (decimal): -8088867 or 14520964. OLE color: 14520964.

HSL color Cylindrical-coordinate representation of color #8492DD: hue angle of 230.56º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8492DD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 146 221 -
CMYK 0.40 0.34 0 0.13
HSL 230.56º 0.57% 0.69% -
HSV(B) 230.56º 0.4% 0.87% -
XYZ 32.85 30.68 72.6 -
YUV 150.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 132 146 221 0.40 0.34 0 0.13 230.56 0.57 0.69
Hex 84 92 DD 28 22 0 D E7 39 45
Octal 204 222 335 50 42 0 15 347 71 105
Binary 10000100 10010010 11011101 101000 100010 0 1101 11100111 111001 1000101

Color Harmonies of #8492DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8492DD

Black with #8492DD

Text Example


Text Example

White with #8492DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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