Html Css Color HEX #7A7EBC Wild Blue Yonder

📋 copy color: '#7A7EBC'

red 122 ◦ green 126 ◦ blue 188

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

Shades of Wild Blue Yonder #7A7EBC

Tints of Wild Blue Yonder #7A7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 27.98%
G = 28.9%
B = 43.12%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A7EBC (or 0x7A7EBC) is known color: Wild Blue Yonder. HEX triplet: 7A, 7E and BC. RGB value is (122,126,188). Sum of RGB (Red+Green+Blue) = 122+126+188=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EBC is #858143. Grayscale: #838383. Windows color (decimal): -8749380 or 12353146. OLE color: 12353146.

HSL color Cylindrical-coordinate representation of color #7A7EBC: hue angle of 236.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7EBC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 126 188 -
CMYK 0.35 0.33 0 0.26
HSL 236.36º 0.33% 0.61% -
HSV(B) 236.36º 0.35% 0.74% -
XYZ 24.56 22.69 50.66 -
YUV 131.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 122 126 188 0.35 0.33 0 0.26 236.36 0.33 0.61
Hex 7A 7E BC 23 21 0 1A EC 21 3D
Octal 172 176 274 43 41 0 32 354 41 75
Binary 1111010 1111110 10111100 100011 100001 0 11010 11101100 100001 111101

Color Harmonies of #7A7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EBC

Black with #7A7EBC

Text Example


Text Example

White with #7A7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,126,188); }

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

background-color css

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

 a { background-color: rgb(122,126,188); }

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

border-color css

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

 span { border-color: rgb(122,126,188); }

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