Html Css Color HEX #878CED Portage

📋 copy color: '#878CED'

red 135 ◦ green 140 ◦ blue 237

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

Shades of Portage #878CED

Tints of Portage #878CED

RGB

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

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

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

R = 26.37%
G = 27.34%
B = 46.29%

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

#878CED (or 0x878CED) is known color: Portage. HEX triplet: 87, 8C and ED. RGB value is (135,140,237). Sum of RGB (Red+Green+Blue) = 135+140+237=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #878CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CED is #787312. Grayscale: #959595. Windows color (decimal): -7893779 or 15568007. OLE color: 15568007.

HSL color Cylindrical-coordinate representation of color #878CED: hue angle of 237.06º 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 #878CED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 140 237 -
CMYK 0.43 0.41 0 0.07
HSL 237.06º 0.74% 0.73% -
HSV(B) 237.06º 0.43% 0.93% -
XYZ 34.66 30.02 84.09 -
YUV 149.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 135 140 237 0.43 0.41 0 0.07 237.06 0.74 0.73
Hex 87 8C ED 2B 29 0 7 ED 4A 49
Octal 207 214 355 53 51 0 7 355 112 111
Binary 10000111 10001100 11101101 101011 101001 0 111 11101101 1001010 1001001

Color Harmonies of #878CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CED

Black with #878CED

Text Example


Text Example

White with #878CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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