Html Css Color HEX #878BED Portage

📋 copy color: '#878BED'

red 135 ◦ green 139 ◦ blue 237

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

Shades of Portage #878BED

Tints of Portage #878BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 26.42%
G = 27.2%
B = 46.38%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#878BED (or 0x878BED) is known color: Portage. HEX triplet: 87, 8B and ED. RGB value is (135,139,237). Sum of RGB (Red+Green+Blue) = 135+139+237=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #878BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878BED is #787412. Grayscale: #949494. Windows color (decimal): -7894035 or 15567751. OLE color: 15567751.

HSL color Cylindrical-coordinate representation of color #878BED: hue angle of 237.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878BED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 139 237 -
CMYK 0.43 0.41 0 0.07
HSL 237.65º 0.74% 0.73% -
HSV(B) 237.65º 0.43% 0.93% -
XYZ 34.51 29.73 84.04 -
YUV 148.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 135 139 237 0.43 0.41 0 0.07 237.65 0.74 0.73
Hex 87 8B ED 2B 29 0 7 EE 4A 49
Octal 207 213 355 53 51 0 7 356 112 111
Binary 10000111 10001011 11101101 101011 101001 0 111 11101110 1001010 1001001

Color Harmonies of #878BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BED

Black with #878BED

Text Example


Text Example

White with #878BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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