Html Css Color HEX #7C8CEA Portage

📋 copy color: '#7C8CEA'

red 124 ◦ green 140 ◦ blue 234

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

Shades of Portage #7C8CEA

Tints of Portage #7C8CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 24.9%
G = 28.11%
B = 46.99%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C8CEA (or 0x7C8CEA) is known color: Portage. HEX triplet: 7C, 8C and EA. RGB value is (124,140,234). Sum of RGB (Red+Green+Blue) = 124+140+234=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8CEA is #837315. Grayscale: #919191. Windows color (decimal): -8614678 or 15371388. OLE color: 15371388.

HSL color Cylindrical-coordinate representation of color #7C8CEA: hue angle of 231.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8CEA is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 140 234 -
CMYK 0.47 0.40 0 0.08
HSL 231.27º 0.72% 0.7% -
HSV(B) 231.27º 0.47% 0.92% -
XYZ 32.54 28.98 81.72 -
YUV 145.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 124 140 234 0.47 0.40 0 0.08 231.27 0.72 0.7
Hex 7C 8C EA 2F 28 0 8 E7 48 46
Octal 174 214 352 57 50 0 10 347 110 106
Binary 1111100 10001100 11101010 101111 101000 0 1000 11100111 1001000 1000110

Color Harmonies of #7C8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CEA

Black with #7C8CEA

Text Example


Text Example

White with #7C8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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