Html Css Color HEX #7C90DB Portage

📋 copy color: '#7C90DB'

red 124 ◦ green 144 ◦ blue 219

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

Shades of Portage #7C90DB

Tints of Portage #7C90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

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

R = 25.46%
G = 29.57%
B = 44.97%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C90DB (or 0x7C90DB) is known color: Portage. HEX triplet: 7C, 90 and DB. RGB value is (124,144,219). Sum of RGB (Red+Green+Blue) = 124+144+219=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90DB is #836F24. Grayscale: #929292. Windows color (decimal): -8613669 or 14389372. OLE color: 14389372.

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

Color convert

RGB 124 144 219 -
CMYK 0.43 0.34 0 0.14
HSL 227.37º 0.57% 0.67% -
HSV(B) 227.37º 0.43% 0.86% -
XYZ 31.07 29.35 71.04 -
YUV 146.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 124 144 219 0.43 0.34 0 0.14 227.37 0.57 0.67
Hex 7C 90 DB 2B 22 0 E E3 39 43
Octal 174 220 333 53 42 0 16 343 71 103
Binary 1111100 10010000 11011011 101011 100010 0 1110 11100011 111001 1000011

Color Harmonies of #7C90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C90DB

Black with #7C90DB

Text Example


Text Example

White with #7C90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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