Html Css Color HEX #7F87DF Portage

📋 copy color: '#7F87DF'

red 127 ◦ green 135 ◦ blue 223

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

Shades of Portage #7F87DF

Tints of Portage #7F87DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 26.19%
G = 27.84%
B = 45.98%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F87DF (or 0x7F87DF) is known color: Portage. HEX triplet: 7F, 87 and DF. RGB value is (127,135,223). Sum of RGB (Red+Green+Blue) = 127+135+223=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F87DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F87DF is #807820. Grayscale: #8E8E8E. Windows color (decimal): -8419361 or 14649215. OLE color: 14649215.

HSL color Cylindrical-coordinate representation of color #7F87DF: hue angle of 235º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F87DF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 135 223 -
CMYK 0.43 0.39 0 0.13
HSL 235º 0.6% 0.69% -
HSV(B) 235º 0.43% 0.87% -
XYZ 30.74 27.17 73.44 -
YUV 142.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 127 135 223 0.43 0.39 0 0.13 235 0.6 0.69
Hex 7F 87 DF 2B 27 0 D EB 3C 45
Octal 177 207 337 53 47 0 15 353 74 105
Binary 1111111 10000111 11011111 101011 100111 0 1101 11101011 111100 1000101

Color Harmonies of #7F87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F87DF

Black with #7F87DF

Text Example


Text Example

White with #7F87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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