Html Css Color HEX #7A8CCA Wild Blue Yonder

📋 copy color: '#7A8CCA'

red 122 ◦ green 140 ◦ blue 202

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

Shades of Wild Blue Yonder #7A8CCA

Tints of Wild Blue Yonder #7A8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 26.29%
G = 30.17%
B = 43.53%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A8CCA (or 0x7A8CCA) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and CA. RGB value is (122,140,202). Sum of RGB (Red+Green+Blue) = 122+140+202=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CCA is #857335. Grayscale: #8D8D8D. Windows color (decimal): -8745782 or 13274234. OLE color: 13274234.

HSL color Cylindrical-coordinate representation of color #7A8CCA: hue angle of 226.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A8CCA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 140 202 -
CMYK 0.40 0.31 0 0.21
HSL 226.5º 0.43% 0.64% -
HSV(B) 226.5º 0.4% 0.79% -
XYZ 28.06 27.16 59.64 -
YUV 141.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 122 140 202 0.40 0.31 0 0.21 226.5 0.43 0.64
Hex 7A 8C CA 28 1F 0 15 E2 2B 40
Octal 172 214 312 50 37 0 25 342 53 100
Binary 1111010 10001100 11001010 101000 11111 0 10101 11100010 101011 1000000

Color Harmonies of #7A8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CCA

Black with #7A8CCA

Text Example


Text Example

White with #7A8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,140,202); }

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

background-color css

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

 a { background-color: rgb(122,140,202); }

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

border-color css

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

 span { border-color: rgb(122,140,202); }

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