Html Css Color HEX #879ACB Portage

📋 copy color: '#879ACB'

red 135 ◦ green 154 ◦ blue 203

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

Shades of Portage #879ACB

Tints of Portage #879ACB

RGB

 RED value IS 135 (53.13% from 255) = 27.44%

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 27.44%
G = 31.3%
B = 41.26%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879ACB (or 0x879ACB) is known color: Portage. HEX triplet: 87, 9A and CB. RGB value is (135,154,203). Sum of RGB (Red+Green+Blue) = 135+154+203=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #879ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACB is #786534. Grayscale: #999999. Windows color (decimal): -7890229 or 13343367. OLE color: 13343367.

HSL color Cylindrical-coordinate representation of color #879ACB: hue angle of 223.24º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #879ACB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 154 203 -
CMYK 0.33 0.24 0 0.20
HSL 223.24º 0.4% 0.66% -
HSV(B) 223.24º 0.33% 0.8% -
XYZ 32.33 32.57 61.08 -
YUV 153.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 135 154 203 0.33 0.24 0 0.20 223.24 0.4 0.66
Hex 87 9A CB 21 18 0 14 DF 28 42
Octal 207 232 313 41 30 0 24 337 50 102
Binary 10000111 10011010 11001011 100001 11000 0 10100 11011111 101000 1000010

Color Harmonies of #879ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ACB

Black with #879ACB

Text Example


Text Example

White with #879ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879ACB; }

 p { color: rgb(135,154,203); }

 H1.HeaderClassName
 {
   color: #879ACB;
 }
 .AnyTagClassName
 {
   color: #879ACB;
 }
</style>

background-color css

<style>
 a { background-color: #879ACB; }

 a { background-color: rgb(135,154,203); }

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

border-color css

<style>
 span { border-color: #879ACB; }

 span { border-color: rgb(135,154,203); }

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