Html Css Color HEX #7C8FCF Portage

📋 copy color: '#7C8FCF'

red 124 ◦ green 143 ◦ blue 207

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

Shades of Portage #7C8FCF

Tints of Portage #7C8FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 26.16%
G = 30.17%
B = 43.67%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C8FCF (or 0x7C8FCF) is known color: Portage. HEX triplet: 7C, 8F and CF. RGB value is (124,143,207). Sum of RGB (Red+Green+Blue) = 124+143+207=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FCF is #837030. Grayscale: #909090. Windows color (decimal): -8613937 or 13602684. OLE color: 13602684.

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

Color convert

RGB 124 143 207 -
CMYK 0.40 0.31 0 0.19
HSL 226.27º 0.46% 0.65% -
HSV(B) 226.27º 0.4% 0.81% -
XYZ 29.4 28.44 62.97 -
YUV 144.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 124 143 207 0.40 0.31 0 0.19 226.27 0.46 0.65
Hex 7C 8F CF 28 1F 0 13 E2 2E 41
Octal 174 217 317 50 37 0 23 342 56 101
Binary 1111100 10001111 11001111 101000 11111 0 10011 11100010 101110 1000001

Color Harmonies of #7C8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8FCF

Black with #7C8FCF

Text Example


Text Example

White with #7C8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,143,207); }

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

background-color css

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

 a { background-color: rgb(124,143,207); }

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

border-color css

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

 span { border-color: rgb(124,143,207); }

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