Html Css Color HEX #7885BA Wild Blue Yonder

📋 copy color: '#7885BA'

red 120 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7885BA

Tints of Wild Blue Yonder #7885BA

RGB

 RED value IS 120 (47.27% from 255) = 27.33%

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

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

R = 27.33%
G = 30.3%
B = 42.37%

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

#7885BA (or 0x7885BA) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and BA. RGB value is (120,133,186). Sum of RGB (Red+Green+Blue) = 120+133+186=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7885BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885BA is #877A45. Grayscale: #868686. Windows color (decimal): -8878662 or 12223864. OLE color: 12223864.

HSL color Cylindrical-coordinate representation of color #7885BA: hue angle of 228.18º 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 #7885BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 133 186 -
CMYK 0.35 0.28 0 0.27
HSL 228.18º 0.32% 0.6% -
HSV(B) 228.18º 0.35% 0.73% -
XYZ 25 24.31 49.83 -
YUV 135.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 120 133 186 0.35 0.28 0 0.27 228.18 0.32 0.6
Hex 78 85 BA 23 1C 0 1B E4 20 3C
Octal 170 205 272 43 34 0 33 344 40 74
Binary 1111000 10000101 10111010 100011 11100 0 11011 11100100 100000 111100

Color Harmonies of #7885BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885BA

Black with #7885BA

Text Example


Text Example

White with #7885BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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