Html Css Color HEX #7A82CC Wild Blue Yonder

📋 copy color: '#7A82CC'

red 122 ◦ green 130 ◦ blue 204

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

Shades of Wild Blue Yonder #7A82CC

Tints of Wild Blue Yonder #7A82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 26.75%
G = 28.51%
B = 44.74%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A82CC (or 0x7A82CC) is known color: Wild Blue Yonder. HEX triplet: 7A, 82 and CC. RGB value is (122,130,204). Sum of RGB (Red+Green+Blue) = 122+130+204=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82CC is #857D33. Grayscale: #878787. Windows color (decimal): -8748340 or 13402746. OLE color: 13402746.

HSL color Cylindrical-coordinate representation of color #7A82CC: hue angle of 234.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A82CC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 130 204 -
CMYK 0.40 0.36 0 0.2
HSL 234.15º 0.45% 0.64% -
HSV(B) 234.15º 0.4% 0.8% -
XYZ 26.91 24.46 60.43 -
YUV 136.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 122 130 204 0.40 0.36 0 0.2 234.15 0.45 0.64
Hex 7A 82 CC 28 24 0 14 EA 2D 40
Octal 172 202 314 50 44 0 24 352 55 100
Binary 1111010 10000010 11001100 101000 100100 0 10100 11101010 101101 1000000

Color Harmonies of #7A82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A82CC

Black with #7A82CC

Text Example


Text Example

White with #7A82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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