Html Css Color HEX #7C8CDF Portage

📋 copy color: '#7C8CDF'

red 124 ◦ green 140 ◦ blue 223

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

Shades of Portage #7C8CDF

Tints of Portage #7C8CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 25.46%
G = 28.75%
B = 45.79%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C8CDF (or 0x7C8CDF) is known color: Portage. HEX triplet: 7C, 8C and DF. RGB value is (124,140,223). Sum of RGB (Red+Green+Blue) = 124+140+223=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CDF is #837320. Grayscale: #909090. Windows color (decimal): -8614689 or 14650492. OLE color: 14650492.

HSL color Cylindrical-coordinate representation of color #7C8CDF: hue angle of 230.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8CDF is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 140 223 -
CMYK 0.44 0.37 0 0.13
HSL 230.3º 0.61% 0.68% -
HSV(B) 230.3º 0.44% 0.87% -
XYZ 31.01 28.37 73.65 -
YUV 144.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 124 140 223 0.44 0.37 0 0.13 230.3 0.61 0.68
Hex 7C 8C DF 2C 25 0 D E6 3D 44
Octal 174 214 337 54 45 0 15 346 75 104
Binary 1111100 10001100 11011111 101100 100101 0 1101 11100110 111101 1000100

Color Harmonies of #7C8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CDF

Black with #7C8CDF

Text Example


Text Example

White with #7C8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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