Html Css Color HEX #7D8DEC Portage

📋 copy color: '#7D8DEC'

red 125 ◦ green 141 ◦ blue 236

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

Shades of Portage #7D8DEC

Tints of Portage #7D8DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 24.9%
G = 28.09%
B = 47.01%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D8DEC (or 0x7D8DEC) is known color: Portage. HEX triplet: 7D, 8D and EC. RGB value is (125,141,236). Sum of RGB (Red+Green+Blue) = 125+141+236=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DEC is #827213. Grayscale: #929292. Windows color (decimal): -8548884 or 15502717. OLE color: 15502717.

HSL color Cylindrical-coordinate representation of color #7D8DEC: hue angle of 231.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8DEC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 141 236 -
CMYK 0.47 0.40 0 0.07
HSL 231.35º 0.74% 0.71% -
HSV(B) 231.35º 0.47% 0.93% -
XYZ 33.12 29.47 83.3 -
YUV 147.05 178.2 112.28 -
System Red Green Blue C M Y K H S L
Decimal 125 141 236 0.47 0.40 0 0.07 231.35 0.74 0.71
Hex 7D 8D EC 2F 28 0 7 E7 4A 47
Octal 175 215 354 57 50 0 7 347 112 107
Binary 1111101 10001101 11101100 101111 101000 0 111 11100111 1001010 1000111

Color Harmonies of #7D8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8DEC

Black with #7D8DEC

Text Example


Text Example

White with #7D8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,141,236); }

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

background-color css

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

 a { background-color: rgb(125,141,236); }

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

border-color css

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

 span { border-color: rgb(125,141,236); }

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