Html Css Color HEX #7B8ADB Portage

📋 copy color: '#7B8ADB'

red 123 ◦ green 138 ◦ blue 219

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

Shades of Portage #7B8ADB

Tints of Portage #7B8ADB

RGB

 RED value IS 123 (48.44% from 255) = 25.63%

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

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

R = 25.63%
G = 28.75%
B = 45.63%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B8ADB (or 0x7B8ADB) is known color: Portage. HEX triplet: 7B, 8A and DB. RGB value is (123,138,219). Sum of RGB (Red+Green+Blue) = 123+138+219=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ADB is #847524. Grayscale: #8E8E8E. Windows color (decimal): -8680741 or 14387835. OLE color: 14387835.

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

Color convert

RGB 123 138 219 -
CMYK 0.44 0.37 0 0.14
HSL 230.63º 0.57% 0.67% -
HSV(B) 230.63º 0.44% 0.86% -
XYZ 30.04 27.5 70.74 -
YUV 142.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 123 138 219 0.44 0.37 0 0.14 230.63 0.57 0.67
Hex 7B 8A DB 2C 25 0 E E7 39 43
Octal 173 212 333 54 45 0 16 347 71 103
Binary 1111011 10001010 11011011 101100 100101 0 1110 11100111 111001 1000011

Color Harmonies of #7B8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ADB

Black with #7B8ADB

Text Example


Text Example

White with #7B8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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