Html Css Color HEX #7D90CF Portage

📋 copy color: '#7D90CF'

red 125 ◦ green 144 ◦ blue 207

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

Shades of Portage #7D90CF

Tints of Portage #7D90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 26.26%
G = 30.25%
B = 43.49%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D90CF (or 0x7D90CF) is known color: Portage. HEX triplet: 7D, 90 and CF. RGB value is (125,144,207). Sum of RGB (Red+Green+Blue) = 125+144+207=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D90CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90CF is #826F30. Grayscale: #919191. Windows color (decimal): -8548145 or 13602941. OLE color: 13602941.

HSL color Cylindrical-coordinate representation of color #7D90CF: hue angle of 226.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D90CF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 144 207 -
CMYK 0.40 0.30 0 0.19
HSL 226.1º 0.46% 0.65% -
HSV(B) 226.1º 0.4% 0.81% -
XYZ 29.69 28.81 63.03 -
YUV 145.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 125 144 207 0.40 0.30 0 0.19 226.1 0.46 0.65
Hex 7D 90 CF 28 1E 0 13 E2 2E 41
Octal 175 220 317 50 36 0 23 342 56 101
Binary 1111101 10010000 11001111 101000 11110 0 10011 11100010 101110 1000001

Color Harmonies of #7D90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D90CF

Black with #7D90CF

Text Example


Text Example

White with #7D90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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