Html Css Color HEX #878CE5 Portage

📋 copy color: '#878CE5'

red 135 ◦ green 140 ◦ blue 229

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

Shades of Portage #878CE5

Tints of Portage #878CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.44%

R = 26.79%
G = 27.78%
B = 45.44%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#878CE5 (or 0x878CE5) is known color: Portage. HEX triplet: 87, 8C and E5. RGB value is (135,140,229). Sum of RGB (Red+Green+Blue) = 135+140+229=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #878CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CE5 is #78731A. Grayscale: #949494. Windows color (decimal): -7893787 or 15043719. OLE color: 15043719.

HSL color Cylindrical-coordinate representation of color #878CE5: hue angle of 236.81º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878CE5 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 140 229 -
CMYK 0.41 0.39 0 0.10
HSL 236.81º 0.64% 0.71% -
HSV(B) 236.81º 0.41% 0.9% -
XYZ 33.51 29.56 78.07 -
YUV 148.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 135 140 229 0.41 0.39 0 0.10 236.81 0.64 0.71
Hex 87 8C E5 29 27 0 A ED 40 47
Octal 207 214 345 51 47 0 12 355 100 107
Binary 10000111 10001100 11100101 101001 100111 0 1010 11101101 1000000 1000111

Color Harmonies of #878CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CE5

Black with #878CE5

Text Example


Text Example

White with #878CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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