Html Css Color HEX #7D86DC Portage

📋 copy color: '#7D86DC'

red 125 ◦ green 134 ◦ blue 220

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

Shades of Portage #7D86DC

Tints of Portage #7D86DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 26.1%
G = 27.97%
B = 45.93%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D86DC (or 0x7D86DC) is known color: Portage. HEX triplet: 7D, 86 and DC. RGB value is (125,134,220). Sum of RGB (Red+Green+Blue) = 125+134+220=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D86DC is #827923. Grayscale: #8C8C8C. Windows color (decimal): -8550692 or 14452349. OLE color: 14452349.

HSL color Cylindrical-coordinate representation of color #7D86DC: hue angle of 234.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D86DC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 134 220 -
CMYK 0.43 0.39 0 0.14
HSL 234.32º 0.58% 0.68% -
HSV(B) 234.32º 0.43% 0.86% -
XYZ 29.9 26.58 71.26 -
YUV 141.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 125 134 220 0.43 0.39 0 0.14 234.32 0.58 0.68
Hex 7D 86 DC 2B 27 0 E EA 3A 44
Octal 175 206 334 53 47 0 16 352 72 104
Binary 1111101 10000110 11011100 101011 100111 0 1110 11101010 111010 1000100

Color Harmonies of #7D86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D86DC

Black with #7D86DC

Text Example


Text Example

White with #7D86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,220); }

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

background-color css

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

 a { background-color: rgb(125,134,220); }

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

border-color css

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

 span { border-color: rgb(125,134,220); }

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