Html Css Color HEX #879ADE Portage

📋 copy color: '#879ADE'

red 135 ◦ green 154 ◦ blue 222

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

Shades of Portage #879ADE

Tints of Portage #879ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 26.42%
G = 30.14%
B = 43.44%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#879ADE (or 0x879ADE) is known color: Portage. HEX triplet: 87, 9A and DE. RGB value is (135,154,222). Sum of RGB (Red+Green+Blue) = 135+154+222=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #879ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ADE is #786521. Grayscale: #9B9B9B. Windows color (decimal): -7890210 or 14588551. OLE color: 14588551.

HSL color Cylindrical-coordinate representation of color #879ADE: hue angle of 226.9º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879ADE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 154 222 -
CMYK 0.39 0.31 0 0.13
HSL 226.9º 0.57% 0.7% -
HSV(B) 226.9º 0.39% 0.87% -
XYZ 34.73 33.54 73.75 -
YUV 156.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 135 154 222 0.39 0.31 0 0.13 226.9 0.57 0.7
Hex 87 9A DE 27 1F 0 D E3 39 46
Octal 207 232 336 47 37 0 15 343 71 106
Binary 10000111 10011010 11011110 100111 11111 0 1101 11100011 111001 1000110

Color Harmonies of #879ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ADE

Black with #879ADE

Text Example


Text Example

White with #879ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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