Html Css Color HEX #7C8AF2 Portage

📋 copy color: '#7C8AF2'

red 124 ◦ green 138 ◦ blue 242

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

Shades of Portage #7C8AF2

Tints of Portage #7C8AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 242 (94.92% from 255) = 48.02%

R = 24.6%
G = 27.38%
B = 48.02%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C8AF2 (or 0x7C8AF2) is known color: Portage. HEX triplet: 7C, 8A and F2. RGB value is (124,138,242). Sum of RGB (Red+Green+Blue) = 124+138+242=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C8AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8AF2 is #83750D. Grayscale: #919191. Windows color (decimal): -8615182 or 15895164. OLE color: 15895164.

HSL color Cylindrical-coordinate representation of color #7C8AF2: hue angle of 232.88º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8AF2 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 138 242 -
CMYK 0.49 0.43 0 0.05
HSL 232.88º 0.82% 0.72% -
HSV(B) 232.88º 0.49% 0.95% -
XYZ 33.43 28.87 87.82 -
YUV 145.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 124 138 242 0.49 0.43 0 0.05 232.88 0.82 0.72
Hex 7C 8A F2 31 2B 0 5 E9 52 48
Octal 174 212 362 61 53 0 5 351 122 110
Binary 1111100 10001010 11110010 110001 101011 0 101 11101001 1010010 1001000

Color Harmonies of #7C8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8AF2

Black with #7C8AF2

Text Example


Text Example

White with #7C8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,138,242); }

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

background-color css

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

 a { background-color: rgb(124,138,242); }

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

border-color css

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

 span { border-color: rgb(124,138,242); }

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