Html Css Color HEX #7E92DC Portage

📋 copy color: '#7E92DC'

red 126 ◦ green 146 ◦ blue 220

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

Shades of Portage #7E92DC

Tints of Portage #7E92DC

RGB

 RED value IS 126 (49.61% from 255) = 25.61%

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 25.61%
G = 29.67%
B = 44.72%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E92DC (or 0x7E92DC) is known color: Portage. HEX triplet: 7E, 92 and DC. RGB value is (126,146,220). Sum of RGB (Red+Green+Blue) = 126+146+220=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92DC is #816D23. Grayscale: #949494. Windows color (decimal): -8482084 or 14455422. OLE color: 14455422.

HSL color Cylindrical-coordinate representation of color #7E92DC: hue angle of 227.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E92DC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 146 220 -
CMYK 0.43 0.34 0 0.14
HSL 227.23º 0.57% 0.68% -
HSV(B) 227.23º 0.43% 0.86% -
XYZ 31.8 30.16 71.86 -
YUV 148.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 126 146 220 0.43 0.34 0 0.14 227.23 0.57 0.68
Hex 7E 92 DC 2B 22 0 E E3 39 44
Octal 176 222 334 53 42 0 16 343 71 104
Binary 1111110 10010010 11011100 101011 100010 0 1110 11100011 111001 1000100

Color Harmonies of #7E92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E92DC

Black with #7E92DC

Text Example


Text Example

White with #7E92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,146,220); }

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

background-color css

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

 a { background-color: rgb(126,146,220); }

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

border-color css

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

 span { border-color: rgb(126,146,220); }

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