Html Css Color HEX #7D87D5 Portage

📋 copy color: '#7D87D5'

red 125 ◦ green 135 ◦ blue 213

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

Shades of Portage #7D87D5

Tints of Portage #7D87D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 26.43%
G = 28.54%
B = 45.03%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D87D5 (or 0x7D87D5) is known color: Portage. HEX triplet: 7D, 87 and D5. RGB value is (125,135,213). Sum of RGB (Red+Green+Blue) = 125+135+213=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D87D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D87D5 is #82782A. Grayscale: #8C8C8C. Windows color (decimal): -8550443 or 13993853. OLE color: 13993853.

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

Color convert

RGB 125 135 213 -
CMYK 0.41 0.37 0 0.16
HSL 233.18º 0.51% 0.66% -
HSV(B) 233.18º 0.41% 0.84% -
XYZ 29.13 26.49 66.53 -
YUV 140.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 125 135 213 0.41 0.37 0 0.16 233.18 0.51 0.66
Hex 7D 87 D5 29 25 0 10 E9 33 42
Octal 175 207 325 51 45 0 20 351 63 102
Binary 1111101 10000111 11010101 101001 100101 0 10000 11101001 110011 1000010

Color Harmonies of #7D87D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D87D5

Black with #7D87D5

Text Example


Text Example

White with #7D87D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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