Html Css Color HEX #7F87CF Portage

📋 copy color: '#7F87CF'

red 127 ◦ green 135 ◦ blue 207

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

Shades of Portage #7F87CF

Tints of Portage #7F87CF

RGB

 RED value IS 127 (50% from 255) = 27.08%

 GREEN value IS 135 (53.13% from 255) = 28.78%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 27.08%
G = 28.78%
B = 44.14%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F87CF (or 0x7F87CF) is known color: Portage. HEX triplet: 7F, 87 and CF. RGB value is (127,135,207). Sum of RGB (Red+Green+Blue) = 127+135+207=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F87CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F87CF is #807830. Grayscale: #8C8C8C. Windows color (decimal): -8419377 or 13600639. OLE color: 13600639.

HSL color Cylindrical-coordinate representation of color #7F87CF: hue angle of 234º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F87CF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 135 207 -
CMYK 0.39 0.35 0 0.19
HSL 234º 0.45% 0.65% -
HSV(B) 234º 0.39% 0.81% -
XYZ 28.68 26.34 62.61 -
YUV 140.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 127 135 207 0.39 0.35 0 0.19 234 0.45 0.65
Hex 7F 87 CF 27 23 0 13 EA 2D 41
Octal 177 207 317 47 43 0 23 352 55 101
Binary 1111111 10000111 11001111 100111 100011 0 10011 11101010 101101 1000001

Color Harmonies of #7F87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F87CF

Black with #7F87CF

Text Example


Text Example

White with #7F87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F87CF; }

 p { color: rgb(127,135,207); }

 H1.HeaderClassName
 {
   color: #7F87CF;
 }
 .AnyTagClassName
 {
   color: #7F87CF;
 }
</style>

background-color css

<style>
 a { background-color: #7F87CF; }

 a { background-color: rgb(127,135,207); }

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

border-color css

<style>
 span { border-color: #7F87CF; }

 span { border-color: rgb(127,135,207); }

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