Html Css Color HEX #7D8ACF Portage

📋 copy color: '#7D8ACF'

red 125 ◦ green 138 ◦ blue 207

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

Shades of Portage #7D8ACF

Tints of Portage #7D8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 26.6%
G = 29.36%
B = 44.04%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8ACF (or 0x7D8ACF) is known color: Portage. HEX triplet: 7D, 8A and CF. RGB value is (125,138,207). Sum of RGB (Red+Green+Blue) = 125+138+207=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ACF is #827530. Grayscale: #8D8D8D. Windows color (decimal): -8549681 or 13601405. OLE color: 13601405.

HSL color Cylindrical-coordinate representation of color #7D8ACF: hue angle of 230.49º 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 #7D8ACF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 138 207 -
CMYK 0.40 0.33 0 0.19
HSL 230.49º 0.46% 0.65% -
HSV(B) 230.49º 0.4% 0.81% -
XYZ 28.81 27.04 62.73 -
YUV 141.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 125 138 207 0.40 0.33 0 0.19 230.49 0.46 0.65
Hex 7D 8A CF 28 21 0 13 E6 2E 41
Octal 175 212 317 50 41 0 23 346 56 101
Binary 1111101 10001010 11001111 101000 100001 0 10011 11100110 101110 1000001

Color Harmonies of #7D8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ACF

Black with #7D8ACF

Text Example


Text Example

White with #7D8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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