Html Css Color HEX #7F94DB Portage

📋 copy color: '#7F94DB'

red 127 ◦ green 148 ◦ blue 219

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

Shades of Portage #7F94DB

Tints of Portage #7F94DB

RGB

 RED value IS 127 (50% from 255) = 25.71%

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

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

R = 25.71%
G = 29.96%
B = 44.33%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F94DB (or 0x7F94DB) is known color: Portage. HEX triplet: 7F, 94 and DB. RGB value is (127,148,219). Sum of RGB (Red+Green+Blue) = 127+148+219=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F94DB is #806B24. Grayscale: #959595. Windows color (decimal): -8416037 or 14390399. OLE color: 14390399.

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

Color convert

RGB 127 148 219 -
CMYK 0.42 0.32 0 0.14
HSL 226.3º 0.56% 0.68% -
HSV(B) 226.3º 0.42% 0.86% -
XYZ 32.13 30.81 71.27 -
YUV 149.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 127 148 219 0.42 0.32 0 0.14 226.3 0.56 0.68
Hex 7F 94 DB 2A 20 0 E E2 38 44
Octal 177 224 333 52 40 0 16 342 70 104
Binary 1111111 10010100 11011011 101010 100000 0 1110 11100010 111000 1000100

Color Harmonies of #7F94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F94DB

Black with #7F94DB

Text Example


Text Example

White with #7F94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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