Html Css Color HEX #7C94D5 Portage

📋 copy color: '#7C94D5'

red 124 ◦ green 148 ◦ blue 213

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

Shades of Portage #7C94D5

Tints of Portage #7C94D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 25.57%
G = 30.52%
B = 43.92%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7C94D5 (or 0x7C94D5) is known color: Portage. HEX triplet: 7C, 94 and D5. RGB value is (124,148,213). Sum of RGB (Red+Green+Blue) = 124+148+213=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C94D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94D5 is #836B2A. Grayscale: #939393. Windows color (decimal): -8612651 or 13997180. OLE color: 13997180.

HSL color Cylindrical-coordinate representation of color #7C94D5: hue angle of 223.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C94D5 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 148 213 -
CMYK 0.42 0.31 0 0.16
HSL 223.82º 0.51% 0.66% -
HSV(B) 223.82º 0.42% 0.84% -
XYZ 30.91 30.27 67.16 -
YUV 148.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 124 148 213 0.42 0.31 0 0.16 223.82 0.51 0.66
Hex 7C 94 D5 2A 1F 0 10 E0 33 42
Octal 174 224 325 52 37 0 20 340 63 102
Binary 1111100 10010100 11010101 101010 11111 0 10000 11100000 110011 1000010

Color Harmonies of #7C94D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C94D5

Black with #7C94D5

Text Example


Text Example

White with #7C94D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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