Html Css Color HEX #7D9BDD Portage

📋 copy color: '#7D9BDD'

red 125 ◦ green 155 ◦ blue 221

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

Shades of Portage #7D9BDD

Tints of Portage #7D9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 24.95%
G = 30.94%
B = 44.11%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D9BDD (or 0x7D9BDD) is known color: Portage. HEX triplet: 7D, 9B and DD. RGB value is (125,155,221). Sum of RGB (Red+Green+Blue) = 125+155+221=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BDD is #826422. Grayscale: #999999. Windows color (decimal): -8545315 or 14523261. OLE color: 14523261.

HSL color Cylindrical-coordinate representation of color #7D9BDD: hue angle of 221.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9BDD is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 155 221 -
CMYK 0.43 0.30 0 0.13
HSL 221.25º 0.59% 0.68% -
HSV(B) 221.25º 0.43% 0.87% -
XYZ 33.23 33.02 73.03 -
YUV 153.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 125 155 221 0.43 0.30 0 0.13 221.25 0.59 0.68
Hex 7D 9B DD 2B 1E 0 D DD 3B 44
Octal 175 233 335 53 36 0 15 335 73 104
Binary 1111101 10011011 11011101 101011 11110 0 1101 11011101 111011 1000100

Color Harmonies of #7D9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9BDD

Black with #7D9BDD

Text Example


Text Example

White with #7D9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,155,221); }

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

background-color css

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

 a { background-color: rgb(125,155,221); }

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

border-color css

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

 span { border-color: rgb(125,155,221); }

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