Html Css Color HEX #7D8EDD Portage

📋 copy color: '#7D8EDD'

red 125 ◦ green 142 ◦ blue 221

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

Shades of Portage #7D8EDD

Tints of Portage #7D8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 25.61%
G = 29.1%
B = 45.29%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D8EDD (or 0x7D8EDD) is known color: Portage. HEX triplet: 7D, 8E and DD. RGB value is (125,142,221). Sum of RGB (Red+Green+Blue) = 125+142+221=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D8EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8EDD is #827122. Grayscale: #919191. Windows color (decimal): -8548643 or 14519933. OLE color: 14519933.

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

Color convert

RGB 125 142 221 -
CMYK 0.43 0.36 0 0.13
HSL 229.38º 0.59% 0.68% -
HSV(B) 229.38º 0.43% 0.87% -
XYZ 31.18 28.93 72.35 -
YUV 145.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 125 142 221 0.43 0.36 0 0.13 229.38 0.59 0.68
Hex 7D 8E DD 2B 24 0 D E5 3B 44
Octal 175 216 335 53 44 0 15 345 73 104
Binary 1111101 10001110 11011101 101011 100100 0 1101 11100101 111011 1000100

Color Harmonies of #7D8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EDD

Black with #7D8EDD

Text Example


Text Example

White with #7D8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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