Html Css Color HEX #878FDD Portage

📋 copy color: '#878FDD'

red 135 ◦ green 143 ◦ blue 221

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

Shades of Portage #878FDD

Tints of Portage #878FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.66%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 27.05%
G = 28.66%
B = 44.29%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878FDD (or 0x878FDD) is known color: Portage. HEX triplet: 87, 8F and DD. RGB value is (135,143,221). Sum of RGB (Red+Green+Blue) = 135+143+221=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #878FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDD is #787022. Grayscale: #959595. Windows color (decimal): -7893027 or 14520199. OLE color: 14520199.

HSL color Cylindrical-coordinate representation of color #878FDD: hue angle of 234.42º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878FDD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 143 221 -
CMYK 0.39 0.35 0 0.13
HSL 234.42º 0.56% 0.7% -
HSV(B) 234.42º 0.39% 0.87% -
XYZ 32.87 30.02 72.47 -
YUV 149.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 135 143 221 0.39 0.35 0 0.13 234.42 0.56 0.7
Hex 87 8F DD 27 23 0 D EA 38 46
Octal 207 217 335 47 43 0 15 352 70 106
Binary 10000111 10001111 11011101 100111 100011 0 1101 11101010 111000 1000110

Color Harmonies of #878FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FDD

Black with #878FDD

Text Example


Text Example

White with #878FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,221); }

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

background-color css

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

 a { background-color: rgb(135,143,221); }

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

border-color css

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

 span { border-color: rgb(135,143,221); }

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