Html Css Color HEX #878BCB Portage

📋 copy color: '#878BCB'

red 135 ◦ green 139 ◦ blue 203

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

Shades of Portage #878BCB

Tints of Portage #878BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 28.3%
G = 29.14%
B = 42.56%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#878BCB (or 0x878BCB) is known color: Portage. HEX triplet: 87, 8B and CB. RGB value is (135,139,203). Sum of RGB (Red+Green+Blue) = 135+139+203=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #878BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BCB is #787434. Grayscale: #909090. Windows color (decimal): -7894069 or 13339527. OLE color: 13339527.

HSL color Cylindrical-coordinate representation of color #878BCB: hue angle of 236.47º 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 #878BCB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 139 203 -
CMYK 0.33 0.32 0 0.20
HSL 236.47º 0.4% 0.66% -
HSV(B) 236.47º 0.33% 0.8% -
XYZ 30 27.93 60.31 -
YUV 145.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 135 139 203 0.33 0.32 0 0.20 236.47 0.4 0.66
Hex 87 8B CB 21 20 0 14 EC 28 42
Octal 207 213 313 41 40 0 24 354 50 102
Binary 10000111 10001011 11001011 100001 100000 0 10100 11101100 101000 1000010

Color Harmonies of #878BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BCB

Black with #878BCB

Text Example


Text Example

White with #878BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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