Html Css Color HEX #7C8BCF Portage

📋 copy color: '#7C8BCF'

red 124 ◦ green 139 ◦ blue 207

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

Shades of Portage #7C8BCF

Tints of Portage #7C8BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 26.38%
G = 29.57%
B = 44.04%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C8BCF (or 0x7C8BCF) is known color: Portage. HEX triplet: 7C, 8B and CF. RGB value is (124,139,207). Sum of RGB (Red+Green+Blue) = 124+139+207=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C8BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BCF is #837430. Grayscale: #8D8D8D. Windows color (decimal): -8614961 or 13601660. OLE color: 13601660.

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

Color convert

RGB 124 139 207 -
CMYK 0.40 0.33 0 0.19
HSL 229.16º 0.46% 0.65% -
HSV(B) 229.16º 0.4% 0.81% -
XYZ 28.81 27.26 62.77 -
YUV 142.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 124 139 207 0.40 0.33 0 0.19 229.16 0.46 0.65
Hex 7C 8B CF 28 21 0 13 E5 2E 41
Octal 174 213 317 50 41 0 23 345 56 101
Binary 1111100 10001011 11001111 101000 100001 0 10011 11100101 101110 1000001

Color Harmonies of #7C8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BCF

Black with #7C8BCF

Text Example


Text Example

White with #7C8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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