Html Css Color HEX #878CDC Portage

📋 copy color: '#878CDC'

red 135 ◦ green 140 ◦ blue 220

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

Shades of Portage #878CDC

Tints of Portage #878CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 27.27%
G = 28.28%
B = 44.44%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878CDC (or 0x878CDC) is known color: Portage. HEX triplet: 87, 8C and DC. RGB value is (135,140,220). Sum of RGB (Red+Green+Blue) = 135+140+220=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #878CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDC is #787323. Grayscale: #939393. Windows color (decimal): -7893796 or 14453895. OLE color: 14453895.

HSL color Cylindrical-coordinate representation of color #878CDC: hue angle of 236.47º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878CDC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 140 220 -
CMYK 0.39 0.36 0 0.14
HSL 236.47º 0.55% 0.7% -
HSV(B) 236.47º 0.39% 0.86% -
XYZ 32.29 29.07 71.62 -
YUV 147.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 135 140 220 0.39 0.36 0 0.14 236.47 0.55 0.7
Hex 87 8C DC 27 24 0 E EC 37 46
Octal 207 214 334 47 44 0 16 354 67 106
Binary 10000111 10001100 11011100 100111 100100 0 1110 11101100 110111 1000110

Color Harmonies of #878CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CDC

Black with #878CDC

Text Example


Text Example

White with #878CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878CDC; }

 p { color: rgb(135,140,220); }

 H1.HeaderClassName
 {
   color: #878CDC;
 }
 .AnyTagClassName
 {
   color: #878CDC;
 }
</style>

background-color css

<style>
 a { background-color: #878CDC; }

 a { background-color: rgb(135,140,220); }

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

border-color css

<style>
 span { border-color: #878CDC; }

 span { border-color: rgb(135,140,220); }

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