Html Css Color HEX #7C8CCF Portage

📋 copy color: '#7C8CCF'

red 124 ◦ green 140 ◦ blue 207

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

Shades of Portage #7C8CCF

Tints of Portage #7C8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.72%

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

R = 26.33%
G = 29.72%
B = 43.95%

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

#7C8CCF (or 0x7C8CCF) is known color: Portage. HEX triplet: 7C, 8C and CF. RGB value is (124,140,207). Sum of RGB (Red+Green+Blue) = 124+140+207=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CCF is #837330. Grayscale: #8E8E8E. Windows color (decimal): -8614705 or 13601916. OLE color: 13601916.

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

Color convert

RGB 124 140 207 -
CMYK 0.40 0.32 0 0.19
HSL 228.43º 0.46% 0.65% -
HSV(B) 228.43º 0.4% 0.81% -
XYZ 28.95 27.55 62.82 -
YUV 142.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 124 140 207 0.40 0.32 0 0.19 228.43 0.46 0.65
Hex 7C 8C CF 28 20 0 13 E4 2E 41
Octal 174 214 317 50 40 0 23 344 56 101
Binary 1111100 10001100 11001111 101000 100000 0 10011 11100100 101110 1000001

Color Harmonies of #7C8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CCF

Black with #7C8CCF

Text Example


Text Example

White with #7C8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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