Html Css Color HEX #849ADC Portage

📋 copy color: '#849ADC'

red 132 ◦ green 154 ◦ blue 220

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

Shades of Portage #849ADC

Tints of Portage #849ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.40

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849ADC (or 0x849ADC) is known color: Portage. HEX triplet: 84, 9A and DC. RGB value is (132,154,220). Sum of RGB (Red+Green+Blue) = 132+154+220=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #849ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ADC is #7B6523. Grayscale: #9A9A9A. Windows color (decimal): -8086820 or 14457476. OLE color: 14457476.

HSL color Cylindrical-coordinate representation of color #849ADC: hue angle of 225º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849ADC is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 154 220 -
CMYK 0.40 0.3 0 0.14
HSL 225º 0.56% 0.69% -
HSV(B) 225º 0.4% 0.86% -
XYZ 33.99 33.18 72.32 -
YUV 154.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 132 154 220 0.40 0.3 0 0.14 225 0.56 0.69
Hex 84 9A DC 28 1E 0 E E1 38 45
Octal 204 232 334 50 36 0 16 341 70 105
Binary 10000100 10011010 11011100 101000 11110 0 1110 11100001 111000 1000101

Color Harmonies of #849ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ADC

Black with #849ADC

Text Example


Text Example

White with #849ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849ADC; }

 p { color: rgb(132,154,220); }

 H1.HeaderClassName
 {
   color: #849ADC;
 }
 .AnyTagClassName
 {
   color: #849ADC;
 }
</style>

background-color css

<style>
 a { background-color: #849ADC; }

 a { background-color: rgb(132,154,220); }

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

border-color css

<style>
 span { border-color: #849ADC; }

 span { border-color: rgb(132,154,220); }

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