Html Css Color HEX #7C92DC Portage

📋 copy color: '#7C92DC'

red 124 ◦ green 146 ◦ blue 220

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

Shades of Portage #7C92DC

Tints of Portage #7C92DC

RGB

 RED value IS 124 (48.83% from 255) = 25.31%

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

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

R = 25.31%
G = 29.8%
B = 44.9%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C92DC (or 0x7C92DC) is known color: Portage. HEX triplet: 7C, 92 and DC. RGB value is (124,146,220). Sum of RGB (Red+Green+Blue) = 124+146+220=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C92DC is #836D23. Grayscale: #939393. Windows color (decimal): -8613156 or 14455420. OLE color: 14455420.

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

Color convert

RGB 124 146 220 -
CMYK 0.44 0.34 0 0.14
HSL 226.25º 0.58% 0.67% -
HSV(B) 226.25º 0.44% 0.86% -
XYZ 31.51 30.01 71.84 -
YUV 147.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 124 146 220 0.44 0.34 0 0.14 226.25 0.58 0.67
Hex 7C 92 DC 2C 22 0 E E2 3A 43
Octal 174 222 334 54 42 0 16 342 72 103
Binary 1111100 10010010 11011100 101100 100010 0 1110 11100010 111010 1000011

Color Harmonies of #7C92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C92DC

Black with #7C92DC

Text Example


Text Example

White with #7C92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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