Html Css Color HEX #7D8EEB Portage

📋 copy color: '#7D8EEB'

red 125 ◦ green 142 ◦ blue 235

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

Shades of Portage #7D8EEB

Tints of Portage #7D8EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 24.9%
G = 28.29%
B = 46.81%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D8EEB (or 0x7D8EEB) is known color: Portage. HEX triplet: 7D, 8E and EB. RGB value is (125,142,235). Sum of RGB (Red+Green+Blue) = 125+142+235=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EEB is #827114. Grayscale: #939393. Windows color (decimal): -8548629 or 15437437. OLE color: 15437437.

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

Color convert

RGB 125 142 235 -
CMYK 0.47 0.40 0 0.08
HSL 230.73º 0.73% 0.71% -
HSV(B) 230.73º 0.47% 0.92% -
XYZ 33.13 29.7 82.58 -
YUV 147.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 125 142 235 0.47 0.40 0 0.08 230.73 0.73 0.71
Hex 7D 8E EB 2F 28 0 8 E7 49 47
Octal 175 216 353 57 50 0 10 347 111 107
Binary 1111101 10001110 11101011 101111 101000 0 1000 11100111 1001001 1000111

Color Harmonies of #7D8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EEB

Black with #7D8EEB

Text Example


Text Example

White with #7D8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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