Html Css Color HEX #7985CE Wild Blue Yonder

📋 copy color: '#7985CE'

red 121 ◦ green 133 ◦ blue 206

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

Shades of Wild Blue Yonder #7985CE

Tints of Wild Blue Yonder #7985CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 26.3%
G = 28.91%
B = 44.78%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7985CE (or 0x7985CE) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and CE. RGB value is (121,133,206). Sum of RGB (Red+Green+Blue) = 121+133+206=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #7985CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985CE is #867A31. Grayscale: #898989. Windows color (decimal): -8813106 or 13534585. OLE color: 13534585.

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

Color convert

RGB 121 133 206 -
CMYK 0.41 0.35 0 0.19
HSL 231.53º 0.46% 0.64% -
HSV(B) 231.53º 0.41% 0.81% -
XYZ 27.41 25.3 61.83 -
YUV 137.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 121 133 206 0.41 0.35 0 0.19 231.53 0.46 0.64
Hex 79 85 CE 29 23 0 13 E8 2E 40
Octal 171 205 316 51 43 0 23 350 56 100
Binary 1111001 10000101 11001110 101001 100011 0 10011 11101000 101110 1000000

Color Harmonies of #7985CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985CE

Black with #7985CE

Text Example


Text Example

White with #7985CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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