Html Css Color HEX #7D90CD Portage

📋 copy color: '#7D90CD'

red 125 ◦ green 144 ◦ blue 205

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

Shades of Portage #7D90CD

Tints of Portage #7D90CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 26.37%
G = 30.38%
B = 43.25%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D90CD (or 0x7D90CD) is known color: Portage. HEX triplet: 7D, 90 and CD. RGB value is (125,144,205). Sum of RGB (Red+Green+Blue) = 125+144+205=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D90CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90CD is #826F32. Grayscale: #919191. Windows color (decimal): -8548147 or 13471869. OLE color: 13471869.

HSL color Cylindrical-coordinate representation of color #7D90CD: hue angle of 225.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D90CD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 144 205 -
CMYK 0.39 0.30 0 0.20
HSL 225.75º 0.44% 0.65% -
HSV(B) 225.75º 0.39% 0.8% -
XYZ 29.45 28.71 61.75 -
YUV 145.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 125 144 205 0.39 0.30 0 0.20 225.75 0.44 0.65
Hex 7D 90 CD 27 1E 0 14 E2 2C 41
Octal 175 220 315 47 36 0 24 342 54 101
Binary 1111101 10010000 11001101 100111 11110 0 10100 11100010 101100 1000001

Color Harmonies of #7D90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D90CD

Black with #7D90CD

Text Example


Text Example

White with #7D90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,144,205); }

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

background-color css

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

 a { background-color: rgb(125,144,205); }

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

border-color css

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

 span { border-color: rgb(125,144,205); }

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