Html Css Color HEX #7985CA Wild Blue Yonder

📋 copy color: '#7985CA'

red 121 ◦ green 133 ◦ blue 202

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

Shades of Wild Blue Yonder #7985CA

Tints of Wild Blue Yonder #7985CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 26.54%
G = 29.17%
B = 44.3%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7985CA (or 0x7985CA) is known color: Wild Blue Yonder. HEX triplet: 79, 85 and CA. RGB value is (121,133,202). Sum of RGB (Red+Green+Blue) = 121+133+202=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #7985CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985CA is #867A35. Grayscale: #888888. Windows color (decimal): -8813110 or 13272441. OLE color: 13272441.

HSL color Cylindrical-coordinate representation of color #7985CA: hue angle of 231.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7985CA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 133 202 -
CMYK 0.40 0.34 0 0.21
HSL 231.11º 0.43% 0.63% -
HSV(B) 231.11º 0.4% 0.79% -
XYZ 26.93 25.1 59.3 -
YUV 137.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 121 133 202 0.40 0.34 0 0.21 231.11 0.43 0.63
Hex 79 85 CA 28 22 0 15 E7 2B 3F
Octal 171 205 312 50 42 0 25 347 53 77
Binary 1111001 10000101 11001010 101000 100010 0 10101 11100111 101011 111111

Color Harmonies of #7985CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985CA

Black with #7985CA

Text Example


Text Example

White with #7985CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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