Html Css Color HEX #7C91CD Portage

📋 copy color: '#7C91CD'

red 124 ◦ green 145 ◦ blue 205

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

Shades of Portage #7C91CD

Tints of Portage #7C91CD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 26.16%
G = 30.59%
B = 43.25%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C91CD (or 0x7C91CD) is known color: Portage. HEX triplet: 7C, 91 and CD. RGB value is (124,145,205). Sum of RGB (Red+Green+Blue) = 124+145+205=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C91CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C91CD is #836E32. Grayscale: #919191. Windows color (decimal): -8613427 or 13472124. OLE color: 13472124.

HSL color Cylindrical-coordinate representation of color #7C91CD: hue angle of 224.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C91CD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 145 205 -
CMYK 0.40 0.29 0 0.20
HSL 224.44º 0.45% 0.65% -
HSV(B) 224.44º 0.4% 0.8% -
XYZ 29.46 28.94 61.79 -
YUV 145.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 124 145 205 0.40 0.29 0 0.20 224.44 0.45 0.65
Hex 7C 91 CD 28 1D 0 14 E0 2D 41
Octal 174 221 315 50 35 0 24 340 55 101
Binary 1111100 10010001 11001101 101000 11101 0 10100 11100000 101101 1000001

Color Harmonies of #7C91CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C91CD

Black with #7C91CD

Text Example


Text Example

White with #7C91CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,205); }

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

background-color css

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

 a { background-color: rgb(124,145,205); }

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

border-color css

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

 span { border-color: rgb(124,145,205); }

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