Html Css Color HEX #7D94DB Portage

📋 copy color: '#7D94DB'

red 125 ◦ green 148 ◦ blue 219

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

Shades of Portage #7D94DB

Tints of Portage #7D94DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 25.41%
G = 30.08%
B = 44.51%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D94DB (or 0x7D94DB) is known color: Portage. HEX triplet: 7D, 94 and DB. RGB value is (125,148,219). Sum of RGB (Red+Green+Blue) = 125+148+219=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94DB is #826B24. Grayscale: #949494. Windows color (decimal): -8547109 or 14390397. OLE color: 14390397.

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

Color convert

RGB 125 148 219 -
CMYK 0.43 0.32 0 0.14
HSL 225.32º 0.57% 0.67% -
HSV(B) 225.32º 0.43% 0.86% -
XYZ 31.83 30.65 71.26 -
YUV 149.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 125 148 219 0.43 0.32 0 0.14 225.32 0.57 0.67
Hex 7D 94 DB 2B 20 0 E E1 39 43
Octal 175 224 333 53 40 0 16 341 71 103
Binary 1111101 10010100 11011011 101011 100000 0 1110 11100001 111001 1000011

Color Harmonies of #7D94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94DB

Black with #7D94DB

Text Example


Text Example

White with #7D94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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