Html Css Color HEX #7D94CF Portage

📋 copy color: '#7D94CF'

red 125 ◦ green 148 ◦ blue 207

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

Shades of Portage #7D94CF

Tints of Portage #7D94CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

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

R = 26.04%
G = 30.83%
B = 43.13%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D94CF (or 0x7D94CF) is known color: Portage. HEX triplet: 7D, 94 and CF. RGB value is (125,148,207). Sum of RGB (Red+Green+Blue) = 125+148+207=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D94CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94CF is #826B30. Grayscale: #939393. Windows color (decimal): -8547121 or 13603965. OLE color: 13603965.

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

Color convert

RGB 125 148 207 -
CMYK 0.40 0.29 0 0.19
HSL 223.17º 0.46% 0.65% -
HSV(B) 223.17º 0.4% 0.81% -
XYZ 30.31 30.04 63.23 -
YUV 147.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 125 148 207 0.40 0.29 0 0.19 223.17 0.46 0.65
Hex 7D 94 CF 28 1D 0 13 DF 2E 41
Octal 175 224 317 50 35 0 23 337 56 101
Binary 1111101 10010100 11001111 101000 11101 0 10011 11011111 101110 1000001

Color Harmonies of #7D94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94CF

Black with #7D94CF

Text Example


Text Example

White with #7D94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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