Html Css Color HEX #7985CF Wild Blue Yonder

📋 copy color: '#7985CF'

red 121 ◦ green 133 ◦ blue 207

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

Shades of Wild Blue Yonder #7985CF

Tints of Wild Blue Yonder #7985CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 26.25%
G = 28.85%
B = 44.9%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7985CF (or 0x7985CF) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and CF. RGB value is (121,133,207). Sum of RGB (Red+Green+Blue) = 121+133+207=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #7985CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985CF is #867A30. Grayscale: #898989. Windows color (decimal): -8813105 or 13600121. OLE color: 13600121.

HSL color Cylindrical-coordinate representation of color #7985CF: hue angle of 231.63º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7985CF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 133 207 -
CMYK 0.42 0.36 0 0.19
HSL 231.63º 0.47% 0.64% -
HSV(B) 231.63º 0.42% 0.81% -
XYZ 27.54 25.35 62.47 -
YUV 137.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 121 133 207 0.42 0.36 0 0.19 231.63 0.47 0.64
Hex 79 85 CF 2A 24 0 13 E8 2F 40
Octal 171 205 317 52 44 0 23 350 57 100
Binary 1111001 10000101 11001111 101010 100100 0 10011 11101000 101111 1000000

Color Harmonies of #7985CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985CF

Black with #7985CF

Text Example


Text Example

White with #7985CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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