Html Css Color HEX #7C94CE Portage

📋 copy color: '#7C94CE'

red 124 ◦ green 148 ◦ blue 206

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

Shades of Portage #7C94CE

Tints of Portage #7C94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 25.94%
G = 30.96%
B = 43.1%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C94CE (or 0x7C94CE) is known color: Portage. HEX triplet: 7C, 94 and CE. RGB value is (124,148,206). Sum of RGB (Red+Green+Blue) = 124+148+206=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94CE is #836B31. Grayscale: #939393. Windows color (decimal): -8612658 or 13538428. OLE color: 13538428.

HSL color Cylindrical-coordinate representation of color #7C94CE: hue angle of 222.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C94CE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 148 206 -
CMYK 0.40 0.28 0 0.19
HSL 222.44º 0.46% 0.65% -
HSV(B) 222.44º 0.4% 0.81% -
XYZ 30.04 29.92 62.58 -
YUV 147.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 124 148 206 0.40 0.28 0 0.19 222.44 0.46 0.65
Hex 7C 94 CE 28 1C 0 13 DE 2E 41
Octal 174 224 316 50 34 0 23 336 56 101
Binary 1111100 10010100 11001110 101000 11100 0 10011 11011110 101110 1000001

Color Harmonies of #7C94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C94CE

Black with #7C94CE

Text Example


Text Example

White with #7C94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,206); }

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

background-color css

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

 a { background-color: rgb(124,148,206); }

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

border-color css

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

 span { border-color: rgb(124,148,206); }

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