Html Css Color HEX #7985C5 Wild Blue Yonder

📋 copy color: '#7985C5'

red 121 ◦ green 133 ◦ blue 197

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

Shades of Wild Blue Yonder #7985C5

Tints of Wild Blue Yonder #7985C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 26.83%
G = 29.49%
B = 43.68%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7985C5 (or 0x7985C5) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and C5. RGB value is (121,133,197). Sum of RGB (Red+Green+Blue) = 121+133+197=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #7985C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985C5 is #867A3A. Grayscale: #888888. Windows color (decimal): -8813115 or 12944761. OLE color: 12944761.

HSL color Cylindrical-coordinate representation of color #7985C5: hue angle of 230.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7985C5 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 133 197 -
CMYK 0.39 0.32 0 0.23
HSL 230.53º 0.4% 0.62% -
HSV(B) 230.53º 0.39% 0.77% -
XYZ 26.35 24.87 56.24 -
YUV 136.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 121 133 197 0.39 0.32 0 0.23 230.53 0.4 0.62
Hex 79 85 C5 27 20 0 17 E7 28 3E
Octal 171 205 305 47 40 0 27 347 50 76
Binary 1111001 10000101 11000101 100111 100000 0 10111 11100111 101000 111110

Color Harmonies of #7985C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985C5

Black with #7985C5

Text Example


Text Example

White with #7985C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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