Html Css Color HEX #7C90CE Portage

📋 copy color: '#7C90CE'

red 124 ◦ green 144 ◦ blue 206

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

Shades of Portage #7C90CE

Tints of Portage #7C90CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

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

R = 26.16%
G = 30.38%
B = 43.46%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C90CE (or 0x7C90CE) is known color: Portage. HEX triplet: 7C, 90 and CE. RGB value is (124,144,206). Sum of RGB (Red+Green+Blue) = 124+144+206=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C90CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90CE is #836F31. Grayscale: #909090. Windows color (decimal): -8613682 or 13537404. OLE color: 13537404.

HSL color Cylindrical-coordinate representation of color #7C90CE: hue angle of 225.37º 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 #7C90CE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 144 206 -
CMYK 0.40 0.30 0 0.19
HSL 225.37º 0.46% 0.65% -
HSV(B) 225.37º 0.4% 0.81% -
XYZ 29.43 28.69 62.38 -
YUV 145.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 124 144 206 0.40 0.30 0 0.19 225.37 0.46 0.65
Hex 7C 90 CE 28 1E 0 13 E1 2E 41
Octal 174 220 316 50 36 0 23 341 56 101
Binary 1111100 10010000 11001110 101000 11110 0 10011 11100001 101110 1000001

Color Harmonies of #7C90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C90CE

Black with #7C90CE

Text Example


Text Example

White with #7C90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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