Html Css Color HEX #7C8CDB Portage

📋 copy color: '#7C8CDB'

red 124 ◦ green 140 ◦ blue 219

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

Shades of Portage #7C8CDB

Tints of Portage #7C8CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 25.67%
G = 28.99%
B = 45.34%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C8CDB (or 0x7C8CDB) is known color: Portage. HEX triplet: 7C, 8C and DB. RGB value is (124,140,219). Sum of RGB (Red+Green+Blue) = 124+140+219=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CDB is #837324. Grayscale: #8F8F8F. Windows color (decimal): -8614693 or 14388348. OLE color: 14388348.

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

Color convert

RGB 124 140 219 -
CMYK 0.43 0.36 0 0.14
HSL 229.89º 0.57% 0.67% -
HSV(B) 229.89º 0.43% 0.86% -
XYZ 30.48 28.16 70.85 -
YUV 144.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 124 140 219 0.43 0.36 0 0.14 229.89 0.57 0.67
Hex 7C 8C DB 2B 24 0 E E6 39 43
Octal 174 214 333 53 44 0 16 346 71 103
Binary 1111100 10001100 11011011 101011 100100 0 1110 11100110 111001 1000011

Color Harmonies of #7C8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CDB

Black with #7C8CDB

Text Example


Text Example

White with #7C8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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