Html Css Color HEX #7C8BDF Portage

📋 copy color: '#7C8BDF'

red 124 ◦ green 139 ◦ blue 223

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

Shades of Portage #7C8BDF

Tints of Portage #7C8BDF

RGB

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

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

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

R = 25.51%
G = 28.6%
B = 45.88%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C8BDF (or 0x7C8BDF) is known color: Portage. HEX triplet: 7C, 8B and DF. RGB value is (124,139,223). Sum of RGB (Red+Green+Blue) = 124+139+223=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C8BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BDF is #837420. Grayscale: #8F8F8F. Windows color (decimal): -8614945 or 14650236. OLE color: 14650236.

HSL color Cylindrical-coordinate representation of color #7C8BDF: hue angle of 230.91º 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 #7C8BDF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 139 223 -
CMYK 0.44 0.38 0 0.13
HSL 230.91º 0.61% 0.68% -
HSV(B) 230.91º 0.44% 0.87% -
XYZ 30.86 28.08 73.6 -
YUV 144.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 124 139 223 0.44 0.38 0 0.13 230.91 0.61 0.68
Hex 7C 8B DF 2C 26 0 D E7 3D 44
Octal 174 213 337 54 46 0 15 347 75 104
Binary 1111100 10001011 11011111 101100 100110 0 1101 11100111 111101 1000100

Color Harmonies of #7C8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BDF

Black with #7C8BDF

Text Example


Text Example

White with #7C8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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