Html Css Color HEX #7D8CCF Portage

📋 copy color: '#7D8CCF'

red 125 ◦ green 140 ◦ blue 207

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

Shades of Portage #7D8CCF

Tints of Portage #7D8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 26.48%
G = 29.66%
B = 43.86%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8CCF (or 0x7D8CCF) is known color: Portage. HEX triplet: 7D, 8C and CF. RGB value is (125,140,207). Sum of RGB (Red+Green+Blue) = 125+140+207=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CCF is #827330. Grayscale: #8E8E8E. Windows color (decimal): -8549169 or 13601917. OLE color: 13601917.

HSL color Cylindrical-coordinate representation of color #7D8CCF: hue angle of 229.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8CCF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 140 207 -
CMYK 0.40 0.32 0 0.19
HSL 229.02º 0.46% 0.65% -
HSV(B) 229.02º 0.4% 0.81% -
XYZ 29.1 27.62 62.83 -
YUV 143.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 125 140 207 0.40 0.32 0 0.19 229.02 0.46 0.65
Hex 7D 8C CF 28 20 0 13 E5 2E 41
Octal 175 214 317 50 40 0 23 345 56 101
Binary 1111101 10001100 11001111 101000 100000 0 10011 11100101 101110 1000001

Color Harmonies of #7D8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CCF

Black with #7D8CCF

Text Example


Text Example

White with #7D8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,140,207); }

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

background-color css

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

 a { background-color: rgb(125,140,207); }

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

border-color css

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

 span { border-color: rgb(125,140,207); }

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