Html Css Color HEX #7D91CF Portage

📋 copy color: '#7D91CF'

red 125 ◦ green 145 ◦ blue 207

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

Shades of Portage #7D91CF

Tints of Portage #7D91CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

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

R = 26.21%
G = 30.4%
B = 43.4%

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

#7D91CF (or 0x7D91CF) is known color: Portage. HEX triplet: 7D, 91 and CF. RGB value is (125,145,207). Sum of RGB (Red+Green+Blue) = 125+145+207=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D91CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D91CF is #826E30. Grayscale: #919191. Windows color (decimal): -8547889 or 13603197. OLE color: 13603197.

HSL color Cylindrical-coordinate representation of color #7D91CF: hue angle of 225.37º 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 #7D91CF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 145 207 -
CMYK 0.40 0.30 0 0.19
HSL 225.37º 0.46% 0.65% -
HSV(B) 225.37º 0.4% 0.81% -
XYZ 29.85 29.12 63.08 -
YUV 146.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 125 145 207 0.40 0.30 0 0.19 225.37 0.46 0.65
Hex 7D 91 CF 28 1E 0 13 E1 2E 41
Octal 175 221 317 50 36 0 23 341 56 101
Binary 1111101 10010001 11001111 101000 11110 0 10011 11100001 101110 1000001

Color Harmonies of #7D91CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D91CF

Black with #7D91CF

Text Example


Text Example

White with #7D91CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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