Html Css Color HEX #7C8BDB Portage

📋 copy color: '#7C8BDB'

red 124 ◦ green 139 ◦ blue 219

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

Shades of Portage #7C8BDB

Tints of Portage #7C8BDB

RGB

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

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

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

R = 25.73%
G = 28.84%
B = 45.44%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C8BDB (or 0x7C8BDB) is known color: Portage. HEX triplet: 7C, 8B and DB. RGB value is (124,139,219). Sum of RGB (Red+Green+Blue) = 124+139+219=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BDB is #837424. Grayscale: #8F8F8F. Windows color (decimal): -8614949 or 14388092. OLE color: 14388092.

HSL color Cylindrical-coordinate representation of color #7C8BDB: hue angle of 230.53º 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 #7C8BDB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 139 219 -
CMYK 0.43 0.37 0 0.14
HSL 230.53º 0.57% 0.67% -
HSV(B) 230.53º 0.43% 0.86% -
XYZ 30.33 27.86 70.8 -
YUV 143.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 124 139 219 0.43 0.37 0 0.14 230.53 0.57 0.67
Hex 7C 8B DB 2B 25 0 E E7 39 43
Octal 174 213 333 53 45 0 16 347 71 103
Binary 1111100 10001011 11011011 101011 100101 0 1110 11100111 111001 1000011

Color Harmonies of #7C8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BDB

Black with #7C8BDB

Text Example


Text Example

White with #7C8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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