Html Css Color HEX #7C8BDC Portage

📋 copy color: '#7C8BDC'

red 124 ◦ green 139 ◦ blue 220

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

Shades of Portage #7C8BDC

Tints of Portage #7C8BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 25.67%
G = 28.78%
B = 45.55%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C8BDC (or 0x7C8BDC) is known color: Portage. HEX triplet: 7C, 8B and DC. RGB value is (124,139,220). Sum of RGB (Red+Green+Blue) = 124+139+220=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BDC is #837423. Grayscale: #8F8F8F. Windows color (decimal): -8614948 or 14453628. OLE color: 14453628.

HSL color Cylindrical-coordinate representation of color #7C8BDC: hue angle of 230.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8BDC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 139 220 -
CMYK 0.44 0.37 0 0.14
HSL 230.63º 0.58% 0.67% -
HSV(B) 230.63º 0.44% 0.86% -
XYZ 30.46 27.92 71.49 -
YUV 143.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 124 139 220 0.44 0.37 0 0.14 230.63 0.58 0.67
Hex 7C 8B DC 2C 25 0 E E7 3A 43
Octal 174 213 334 54 45 0 16 347 72 103
Binary 1111100 10001011 11011100 101100 100101 0 1110 11100111 111010 1000011

Color Harmonies of #7C8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BDC

Black with #7C8BDC

Text Example


Text Example

White with #7C8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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