Html Css Color HEX #878CEB Portage

📋 copy color: '#878CEB'

red 135 ◦ green 140 ◦ blue 235

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

Shades of Portage #878CEB

Tints of Portage #878CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 26.47%
G = 27.45%
B = 46.08%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#878CEB (or 0x878CEB) is known color: Portage. HEX triplet: 87, 8C and EB. RGB value is (135,140,235). Sum of RGB (Red+Green+Blue) = 135+140+235=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #878CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CEB is #787314. Grayscale: #949494. Windows color (decimal): -7893781 or 15436935. OLE color: 15436935.

HSL color Cylindrical-coordinate representation of color #878CEB: hue angle of 237º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878CEB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 140 235 -
CMYK 0.43 0.40 0 0.08
HSL 237º 0.71% 0.73% -
HSV(B) 237º 0.43% 0.92% -
XYZ 34.37 29.91 82.56 -
YUV 149.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 135 140 235 0.43 0.40 0 0.08 237 0.71 0.73
Hex 87 8C EB 2B 28 0 8 ED 47 49
Octal 207 214 353 53 50 0 10 355 107 111
Binary 10000111 10001100 11101011 101011 101000 0 1000 11101101 1000111 1001001

Color Harmonies of #878CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CEB

Black with #878CEB

Text Example


Text Example

White with #878CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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