Html Css Color HEX #7D8BDB Portage

📋 copy color: '#7D8BDB'

red 125 ◦ green 139 ◦ blue 219

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

Shades of Portage #7D8BDB

Tints of Portage #7D8BDB

RGB

 RED value IS 125 (49.22% from 255) = 25.88%

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

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

R = 25.88%
G = 28.78%
B = 45.34%

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

#7D8BDB (or 0x7D8BDB) is known color: Portage. HEX triplet: 7D, 8B and DB. RGB value is (125,139,219). Sum of RGB (Red+Green+Blue) = 125+139+219=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BDB is #827424. Grayscale: #8F8F8F. Windows color (decimal): -8549413 or 14388093. OLE color: 14388093.

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

Color convert

RGB 125 139 219 -
CMYK 0.43 0.37 0 0.14
HSL 231.06º 0.57% 0.67% -
HSV(B) 231.06º 0.43% 0.86% -
XYZ 30.48 27.94 70.8 -
YUV 143.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 125 139 219 0.43 0.37 0 0.14 231.06 0.57 0.67
Hex 7D 8B DB 2B 25 0 E E7 39 43
Octal 175 213 333 53 45 0 16 347 71 103
Binary 1111101 10001011 11011011 101011 100101 0 1110 11100111 111001 1000011

Color Harmonies of #7D8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BDB

Black with #7D8BDB

Text Example


Text Example

White with #7D8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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