Html Css Color HEX #7D87D7 Portage

📋 copy color: '#7D87D7'

red 125 ◦ green 135 ◦ blue 215

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

Shades of Portage #7D87D7

Tints of Portage #7D87D7

RGB

 RED value IS 125 (49.22% from 255) = 26.32%

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

 BLUE value IS 215 (84.38% from 255) = 45.26%

R = 26.32%
G = 28.42%
B = 45.26%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D87D7 (or 0x7D87D7) is known color: Portage. HEX triplet: 7D, 87 and D7. RGB value is (125,135,215). Sum of RGB (Red+Green+Blue) = 125+135+215=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D87D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D87D7 is #827828. Grayscale: #8C8C8C. Windows color (decimal): -8550441 or 14124925. OLE color: 14124925.

HSL color Cylindrical-coordinate representation of color #7D87D7: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D87D7 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 135 215 -
CMYK 0.42 0.37 0 0.16
HSL 233.33º 0.53% 0.67% -
HSV(B) 233.33º 0.42% 0.84% -
XYZ 29.39 26.59 67.87 -
YUV 141.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 125 135 215 0.42 0.37 0 0.16 233.33 0.53 0.67
Hex 7D 87 D7 2A 25 0 10 E9 35 43
Octal 175 207 327 52 45 0 20 351 65 103
Binary 1111101 10000111 11010111 101010 100101 0 10000 11101001 110101 1000011

Color Harmonies of #7D87D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D87D7

Black with #7D87D7

Text Example


Text Example

White with #7D87D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,215); }

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

background-color css

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

 a { background-color: rgb(125,135,215); }

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

border-color css

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

 span { border-color: rgb(125,135,215); }

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