Html Css Color HEX #7D8EEF Portage

📋 copy color: '#7D8EEF'

red 125 ◦ green 142 ◦ blue 239

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

Shades of Portage #7D8EEF

Tints of Portage #7D8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 24.7%
G = 28.06%
B = 47.23%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D8EEF (or 0x7D8EEF) is known color: Portage. HEX triplet: 7D, 8E and EF. RGB value is (125,142,239). Sum of RGB (Red+Green+Blue) = 125+142+239=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EEF is #827110. Grayscale: #939393. Windows color (decimal): -8548625 or 15699581. OLE color: 15699581.

HSL color Cylindrical-coordinate representation of color #7D8EEF: hue angle of 231.05º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8EEF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 142 239 -
CMYK 0.48 0.41 0 0.06
HSL 231.05º 0.78% 0.71% -
HSV(B) 231.05º 0.48% 0.94% -
XYZ 33.71 29.94 85.66 -
YUV 147.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 125 142 239 0.48 0.41 0 0.06 231.05 0.78 0.71
Hex 7D 8E EF 30 29 0 6 E7 4E 47
Octal 175 216 357 60 51 0 6 347 116 107
Binary 1111101 10001110 11101111 110000 101001 0 110 11100111 1001110 1000111

Color Harmonies of #7D8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EEF

Black with #7D8EEF

Text Example


Text Example

White with #7D8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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