Html Css Color HEX #7A94DD Portage

📋 copy color: '#7A94DD'

red 122 ◦ green 148 ◦ blue 221

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

Shades of Portage #7A94DD

Tints of Portage #7A94DD

RGB

 RED value IS 122 (48.05% from 255) = 24.85%

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 24.85%
G = 30.14%
B = 45.01%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A94DD (or 0x7A94DD) is known color: Portage. HEX triplet: 7A, 94 and DD. RGB value is (122,148,221). Sum of RGB (Red+Green+Blue) = 122+148+221=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A94DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A94DD is #856B22. Grayscale: #949494. Windows color (decimal): -8743715 or 14521466. OLE color: 14521466.

HSL color Cylindrical-coordinate representation of color #7A94DD: hue angle of 224.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A94DD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 148 221 -
CMYK 0.45 0.33 0 0.13
HSL 224.24º 0.59% 0.67% -
HSV(B) 224.24º 0.45% 0.87% -
XYZ 31.67 30.54 72.63 -
YUV 148.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 122 148 221 0.45 0.33 0 0.13 224.24 0.59 0.67
Hex 7A 94 DD 2D 21 0 D E0 3B 43
Octal 172 224 335 55 41 0 15 340 73 103
Binary 1111010 10010100 11011101 101101 100001 0 1101 11100000 111011 1000011

Color Harmonies of #7A94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A94DD

Black with #7A94DD

Text Example


Text Example

White with #7A94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,148,221); }

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

background-color css

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

 a { background-color: rgb(122,148,221); }

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

border-color css

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

 span { border-color: rgb(122,148,221); }

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