Html Css Color HEX #7A85BE Wild Blue Yonder

📋 copy color: '#7A85BE'

red 122 ◦ green 133 ◦ blue 190

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

Shades of Wild Blue Yonder #7A85BE

Tints of Wild Blue Yonder #7A85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 27.42%
G = 29.89%
B = 42.7%

CMYK

 C value IS 0.36

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A85BE (or 0x7A85BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 85 and BE. RGB value is (122,133,190). Sum of RGB (Red+Green+Blue) = 122+133+190=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85BE is #857A41. Grayscale: #878787. Windows color (decimal): -8747586 or 12486010. OLE color: 12486010.

HSL color Cylindrical-coordinate representation of color #7A85BE: hue angle of 230.29º 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 #7A85BE is Cyan = 0.36, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 133 190 -
CMYK 0.36 0.3 0 0.25
HSL 230.29º 0.34% 0.61% -
HSV(B) 230.29º 0.36% 0.75% -
XYZ 25.71 24.63 52.11 -
YUV 136.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 122 133 190 0.36 0.3 0 0.25 230.29 0.34 0.61
Hex 7A 85 BE 24 1E 0 19 E6 22 3D
Octal 172 205 276 44 36 0 31 346 42 75
Binary 1111010 10000101 10111110 100100 11110 0 11001 11100110 100010 111101

Color Harmonies of #7A85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A85BE

Black with #7A85BE

Text Example


Text Example

White with #7A85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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