Html Css Color HEX #7D8BDC Portage

📋 copy color: '#7D8BDC'

red 125 ◦ green 139 ◦ blue 220

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

Shades of Portage #7D8BDC

Tints of Portage #7D8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 25.83%
G = 28.72%
B = 45.45%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D8BDC (or 0x7D8BDC) is known color: Portage. HEX triplet: 7D, 8B and DC. RGB value is (125,139,220). Sum of RGB (Red+Green+Blue) = 125+139+220=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BDC is #827423. Grayscale: #8F8F8F. Windows color (decimal): -8549412 or 14453629. OLE color: 14453629.

HSL color Cylindrical-coordinate representation of color #7D8BDC: hue angle of 231.16º 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 #7D8BDC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 139 220 -
CMYK 0.43 0.37 0 0.14
HSL 231.16º 0.58% 0.68% -
HSV(B) 231.16º 0.43% 0.86% -
XYZ 30.61 27.99 71.5 -
YUV 144.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 125 139 220 0.43 0.37 0 0.14 231.16 0.58 0.68
Hex 7D 8B DC 2B 25 0 E E7 3A 44
Octal 175 213 334 53 45 0 16 347 72 104
Binary 1111101 10001011 11011100 101011 100101 0 1110 11100111 111010 1000100

Color Harmonies of #7D8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BDC

Black with #7D8BDC

Text Example


Text Example

White with #7D8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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