Html Css Color HEX #7985BA Wild Blue Yonder

📋 copy color: '#7985BA'

red 121 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7985BA

Tints of Wild Blue Yonder #7985BA

RGB

 RED value IS 121 (47.66% from 255) = 27.5%

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 27.5%
G = 30.23%
B = 42.27%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7985BA (or 0x7985BA) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and BA. RGB value is (121,133,186). Sum of RGB (Red+Green+Blue) = 121+133+186=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7985BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985BA is #867A45. Grayscale: #878787. Windows color (decimal): -8813126 or 12223865. OLE color: 12223865.

HSL color Cylindrical-coordinate representation of color #7985BA: hue angle of 228.92º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7985BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 133 186 -
CMYK 0.35 0.28 0 0.27
HSL 228.92º 0.32% 0.6% -
HSV(B) 228.92º 0.35% 0.73% -
XYZ 25.14 24.39 49.84 -
YUV 135.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 121 133 186 0.35 0.28 0 0.27 228.92 0.32 0.6
Hex 79 85 BA 23 1C 0 1B E5 20 3C
Octal 171 205 272 43 34 0 33 345 40 74
Binary 1111001 10000101 10111010 100011 11100 0 11011 11100101 100000 111100

Color Harmonies of #7985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985BA

Black with #7985BA

Text Example


Text Example

White with #7985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7985BA; }

 p { color: rgb(121,133,186); }

 H1.HeaderClassName
 {
   color: #7985BA;
 }
 .AnyTagClassName
 {
   color: #7985BA;
 }
</style>

background-color css

<style>
 a { background-color: #7985BA; }

 a { background-color: rgb(121,133,186); }

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

border-color css

<style>
 span { border-color: #7985BA; }

 span { border-color: rgb(121,133,186); }

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