Html Css Color HEX #7D8ADD Portage

📋 copy color: '#7D8ADD'

red 125 ◦ green 138 ◦ blue 221

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

Shades of Portage #7D8ADD

Tints of Portage #7D8ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 25.83%
G = 28.51%
B = 45.66%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D8ADD (or 0x7D8ADD) is known color: Portage. HEX triplet: 7D, 8A and DD. RGB value is (125,138,221). Sum of RGB (Red+Green+Blue) = 125+138+221=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ADD is #827522. Grayscale: #8F8F8F. Windows color (decimal): -8549667 or 14518909. OLE color: 14518909.

HSL color Cylindrical-coordinate representation of color #7D8ADD: hue angle of 231.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D8ADD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 138 221 -
CMYK 0.43 0.38 0 0.13
HSL 231.88º 0.59% 0.68% -
HSV(B) 231.88º 0.43% 0.87% -
XYZ 30.6 27.76 72.15 -
YUV 143.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 125 138 221 0.43 0.38 0 0.13 231.88 0.59 0.68
Hex 7D 8A DD 2B 26 0 D E8 3B 44
Octal 175 212 335 53 46 0 15 350 73 104
Binary 1111101 10001010 11011101 101011 100110 0 1101 11101000 111011 1000100

Color Harmonies of #7D8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ADD

Black with #7D8ADD

Text Example


Text Example

White with #7D8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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