Html Css Color HEX #878AE7 Portage

📋 copy color: '#878AE7'

red 135 ◦ green 138 ◦ blue 231

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

Shades of Portage #878AE7

Tints of Portage #878AE7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 26.79%
G = 27.38%
B = 45.83%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#878AE7 (or 0x878AE7) is known color: Portage. HEX triplet: 87, 8A and E7. RGB value is (135,138,231). Sum of RGB (Red+Green+Blue) = 135+138+231=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #878AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AE7 is #787518. Grayscale: #939393. Windows color (decimal): -7894297 or 15174279. OLE color: 15174279.

HSL color Cylindrical-coordinate representation of color #878AE7: hue angle of 238.12º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #878AE7 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 138 231 -
CMYK 0.42 0.40 0 0.09
HSL 238.13º 0.67% 0.72% -
HSV(B) 238.13º 0.42% 0.91% -
XYZ 33.5 29.1 79.45 -
YUV 147.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 135 138 231 0.42 0.40 0 0.09 238.13 0.67 0.72
Hex 87 8A E7 2A 28 0 9 EE 43 48
Octal 207 212 347 52 50 0 11 356 103 110
Binary 10000111 10001010 11100111 101010 101000 0 1001 11101110 1000011 1001000

Color Harmonies of #878AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AE7

Black with #878AE7

Text Example


Text Example

White with #878AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,138,231); }

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

background-color css

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

 a { background-color: rgb(135,138,231); }

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

border-color css

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

 span { border-color: rgb(135,138,231); }

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