Html Css Color HEX #7A82C0 Wild Blue Yonder

📋 copy color: '#7A82C0'

red 122 ◦ green 130 ◦ blue 192

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

Shades of Wild Blue Yonder #7A82C0

Tints of Wild Blue Yonder #7A82C0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 27.48%
G = 29.28%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A82C0 (or 0x7A82C0) is known color: Wild Blue Yonder. HEX triplet: 7A, 82 and C0. RGB value is (122,130,192). Sum of RGB (Red+Green+Blue) = 122+130+192=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A82C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82C0 is #857D3F. Grayscale: #868686. Windows color (decimal): -8748352 or 12616314. OLE color: 12616314.

HSL color Cylindrical-coordinate representation of color #7A82C0: hue angle of 233.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A82C0 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 130 192 -
CMYK 0.36 0.32 0 0.25
HSL 233.14º 0.36% 0.62% -
HSV(B) 233.14º 0.36% 0.75% -
XYZ 25.52 23.91 53.14 -
YUV 134.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 122 130 192 0.36 0.32 0 0.25 233.14 0.36 0.62
Hex 7A 82 C0 24 20 0 19 E9 24 3E
Octal 172 202 300 44 40 0 31 351 44 76
Binary 1111010 10000010 11000000 100100 100000 0 11001 11101001 100100 111110

Color Harmonies of #7A82C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A82C0

Black with #7A82C0

Text Example


Text Example

White with #7A82C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,192); }

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

background-color css

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

 a { background-color: rgb(122,130,192); }

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

border-color css

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

 span { border-color: rgb(122,130,192); }

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