Html Css Color HEX #7A86BE Wild Blue Yonder

📋 copy color: '#7A86BE'

red 122 ◦ green 134 ◦ blue 190

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

Shades of Wild Blue Yonder #7A86BE

Tints of Wild Blue Yonder #7A86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 27.35%
G = 30.04%
B = 42.6%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A86BE (or 0x7A86BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and BE. RGB value is (122,134,190). Sum of RGB (Red+Green+Blue) = 122+134+190=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A86BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86BE is #857941. Grayscale: #888888. Windows color (decimal): -8747330 or 12486266. OLE color: 12486266.

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

Color convert

RGB 122 134 190 -
CMYK 0.36 0.29 0 0.25
HSL 229.41º 0.34% 0.61% -
HSV(B) 229.41º 0.36% 0.75% -
XYZ 25.85 24.91 52.16 -
YUV 136.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 122 134 190 0.36 0.29 0 0.25 229.41 0.34 0.61
Hex 7A 86 BE 24 1D 0 19 E5 22 3D
Octal 172 206 276 44 35 0 31 345 42 75
Binary 1111010 10000110 10111110 100100 11101 0 11001 11100101 100010 111101

Color Harmonies of #7A86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A86BE

Black with #7A86BE

Text Example


Text Example

White with #7A86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,190); }

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

background-color css

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

 a { background-color: rgb(122,134,190); }

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

border-color css

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

 span { border-color: rgb(122,134,190); }

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