Html Css Color HEX #7F8ADB Portage

📋 copy color: '#7F8ADB'

red 127 ◦ green 138 ◦ blue 219

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

Shades of Portage #7F8ADB

Tints of Portage #7F8ADB

RGB

 RED value IS 127 (50% from 255) = 26.24%

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 26.24%
G = 28.51%
B = 45.25%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F8ADB (or 0x7F8ADB) is known color: Portage. HEX triplet: 7F, 8A and DB. RGB value is (127,138,219). Sum of RGB (Red+Green+Blue) = 127+138+219=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ADB is #807524. Grayscale: #8F8F8F. Windows color (decimal): -8418597 or 14387839. OLE color: 14387839.

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

Color convert

RGB 127 138 219 -
CMYK 0.42 0.37 0 0.14
HSL 232.83º 0.56% 0.68% -
HSV(B) 232.83º 0.42% 0.86% -
XYZ 30.63 27.8 70.77 -
YUV 143.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 127 138 219 0.42 0.37 0 0.14 232.83 0.56 0.68
Hex 7F 8A DB 2A 25 0 E E9 38 44
Octal 177 212 333 52 45 0 16 351 70 104
Binary 1111111 10001010 11011011 101010 100101 0 1110 11101001 111000 1000100

Color Harmonies of #7F8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8ADB

Black with #7F8ADB

Text Example


Text Example

White with #7F8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,138,219); }

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

background-color css

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

 a { background-color: rgb(127,138,219); }

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

border-color css

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

 span { border-color: rgb(127,138,219); }

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