Html Css Color HEX #7985BC Wild Blue Yonder

📋 copy color: '#7985BC'

red 121 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #7985BC

Tints of Wild Blue Yonder #7985BC

RGB

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

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

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

R = 27.38%
G = 30.09%
B = 42.53%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7985BC (or 0x7985BC) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and BC. RGB value is (121,133,188). Sum of RGB (Red+Green+Blue) = 121+133+188=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #7985BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985BC is #867A43. Grayscale: #878787. Windows color (decimal): -8813124 or 12354937. OLE color: 12354937.

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

Color convert

RGB 121 133 188 -
CMYK 0.36 0.29 0 0.26
HSL 229.25º 0.33% 0.61% -
HSV(B) 229.25º 0.36% 0.74% -
XYZ 25.35 24.47 50.96 -
YUV 135.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 121 133 188 0.36 0.29 0 0.26 229.25 0.33 0.61
Hex 79 85 BC 24 1D 0 1A E5 21 3D
Octal 171 205 274 44 35 0 32 345 41 75
Binary 1111001 10000101 10111100 100100 11101 0 11010 11100101 100001 111101

Color Harmonies of #7985BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985BC

Black with #7985BC

Text Example


Text Example

White with #7985BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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