Html Css Color HEX #797DBA Wild Blue Yonder

📋 copy color: '#797DBA'

red 121 ◦ green 125 ◦ blue 186

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

Shades of Wild Blue Yonder #797DBA

Tints of Wild Blue Yonder #797DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 28.01%
G = 28.94%
B = 43.06%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#797DBA (or 0x797DBA) is known color: Wild Blue Yonder. HEX triplet: 79, 7D and BA. RGB value is (121,125,186). Sum of RGB (Red+Green+Blue) = 121+125+186=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #797DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DBA is #868245. Grayscale: #828282. Windows color (decimal): -8815174 or 12221817. OLE color: 12221817.

HSL color Cylindrical-coordinate representation of color #797DBA: hue angle of 236.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #797DBA is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 125 186 -
CMYK 0.35 0.33 0 0.27
HSL 236.31º 0.32% 0.6% -
HSV(B) 236.31º 0.35% 0.73% -
XYZ 24.08 22.28 49.49 -
YUV 130.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 121 125 186 0.35 0.33 0 0.27 236.31 0.32 0.6
Hex 79 7D BA 23 21 0 1B EC 20 3C
Octal 171 175 272 43 41 0 33 354 40 74
Binary 1111001 1111101 10111010 100011 100001 0 11011 11101100 100000 111100

Color Harmonies of #797DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DBA

Black with #797DBA

Text Example


Text Example

White with #797DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797DBA; }

 p { color: rgb(121,125,186); }

 H1.HeaderClassName
 {
   color: #797DBA;
 }
 .AnyTagClassName
 {
   color: #797DBA;
 }
</style>

background-color css

<style>
 a { background-color: #797DBA; }

 a { background-color: rgb(121,125,186); }

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

border-color css

<style>
 span { border-color: #797DBA; }

 span { border-color: rgb(121,125,186); }

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