Html Css Color HEX #7E9ADB Portage

📋 copy color: '#7E9ADB'

red 126 ◦ green 154 ◦ blue 219

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

Shades of Portage #7E9ADB

Tints of Portage #7E9ADB

RGB

 RED value IS 126 (49.61% from 255) = 25.25%

 GREEN value IS 154 (60.55% from 255) = 30.86%

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

R = 25.25%
G = 30.86%
B = 43.89%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E9ADB (or 0x7E9ADB) is known color: Portage. HEX triplet: 7E, 9A and DB. RGB value is (126,154,219). Sum of RGB (Red+Green+Blue) = 126+154+219=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ADB is #816524. Grayscale: #989898. Windows color (decimal): -8480037 or 14391934. OLE color: 14391934.

HSL color Cylindrical-coordinate representation of color #7E9ADB: hue angle of 221.94º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9ADB is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 154 219 -
CMYK 0.42 0.30 0 0.14
HSL 221.94º 0.56% 0.68% -
HSV(B) 221.94º 0.42% 0.86% -
XYZ 32.95 32.66 71.59 -
YUV 153.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 126 154 219 0.42 0.30 0 0.14 221.94 0.56 0.68
Hex 7E 9A DB 2A 1E 0 E DE 38 44
Octal 176 232 333 52 36 0 16 336 70 104
Binary 1111110 10011010 11011011 101010 11110 0 1110 11011110 111000 1000100

Color Harmonies of #7E9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9ADB

Black with #7E9ADB

Text Example


Text Example

White with #7E9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,219); }

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

background-color css

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

 a { background-color: rgb(126,154,219); }

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

border-color css

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

 span { border-color: rgb(126,154,219); }

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