Html Css Color HEX #7A95DD Portage

📋 copy color: '#7A95DD'

red 122 ◦ green 149 ◦ blue 221

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

Shades of Portage #7A95DD

Tints of Portage #7A95DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

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

R = 24.8%
G = 30.28%
B = 44.92%

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

#7A95DD (or 0x7A95DD) is known color: Portage. HEX triplet: 7A, 95 and DD. RGB value is (122,149,221). Sum of RGB (Red+Green+Blue) = 122+149+221=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95DD is #856A22. Grayscale: #949494. Windows color (decimal): -8743459 or 14521722. OLE color: 14521722.

HSL color Cylindrical-coordinate representation of color #7A95DD: hue angle of 223.64º 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 #7A95DD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 149 221 -
CMYK 0.45 0.33 0 0.13
HSL 223.64º 0.59% 0.67% -
HSV(B) 223.64º 0.45% 0.87% -
XYZ 31.82 30.85 72.68 -
YUV 149.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 122 149 221 0.45 0.33 0 0.13 223.64 0.59 0.67
Hex 7A 95 DD 2D 21 0 D E0 3B 43
Octal 172 225 335 55 41 0 15 340 73 103
Binary 1111010 10010101 11011101 101101 100001 0 1101 11100000 111011 1000011

Color Harmonies of #7A95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A95DD

Black with #7A95DD

Text Example


Text Example

White with #7A95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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