Html Css Color HEX #7C8DCE Portage

📋 copy color: '#7C8DCE'

red 124 ◦ green 141 ◦ blue 206

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

Shades of Portage #7C8DCE

Tints of Portage #7C8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.94%

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

R = 26.33%
G = 29.94%
B = 43.74%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C8DCE (or 0x7C8DCE) is known color: Portage. HEX triplet: 7C, 8D and CE. RGB value is (124,141,206). Sum of RGB (Red+Green+Blue) = 124+141+206=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DCE is #837231. Grayscale: #8F8F8F. Windows color (decimal): -8614450 or 13536636. OLE color: 13536636.

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

Color convert

RGB 124 141 206 -
CMYK 0.40 0.32 0 0.19
HSL 227.56º 0.46% 0.65% -
HSV(B) 227.56º 0.4% 0.81% -
XYZ 28.98 27.79 62.23 -
YUV 143.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 124 141 206 0.40 0.32 0 0.19 227.56 0.46 0.65
Hex 7C 8D CE 28 20 0 13 E4 2E 41
Octal 174 215 316 50 40 0 23 344 56 101
Binary 1111100 10001101 11001110 101000 100000 0 10011 11100100 101110 1000001

Color Harmonies of #7C8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8DCE

Black with #7C8DCE

Text Example


Text Example

White with #7C8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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