Html Css Color HEX #7D94DC Portage

📋 copy color: '#7D94DC'

red 125 ◦ green 148 ◦ blue 220

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

Shades of Portage #7D94DC

Tints of Portage #7D94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 25.35%
G = 30.02%
B = 44.62%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D94DC (or 0x7D94DC) is known color: Portage. HEX triplet: 7D, 94 and DC. RGB value is (125,148,220). Sum of RGB (Red+Green+Blue) = 125+148+220=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D94DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94DC is #826B23. Grayscale: #959595. Windows color (decimal): -8547108 or 14455933. OLE color: 14455933.

HSL color Cylindrical-coordinate representation of color #7D94DC: hue angle of 225.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D94DC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 148 220 -
CMYK 0.43 0.33 0 0.14
HSL 225.47º 0.58% 0.68% -
HSV(B) 225.47º 0.43% 0.86% -
XYZ 31.97 30.71 71.95 -
YUV 149.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 125 148 220 0.43 0.33 0 0.14 225.47 0.58 0.68
Hex 7D 94 DC 2B 21 0 E E1 3A 44
Octal 175 224 334 53 41 0 16 341 72 104
Binary 1111101 10010100 11011100 101011 100001 0 1110 11100001 111010 1000100

Color Harmonies of #7D94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94DC

Black with #7D94DC

Text Example


Text Example

White with #7D94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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