Html Css Color HEX #7997C0 Wild Blue Yonder

📋 copy color: '#7997C0'

red 121 ◦ green 151 ◦ blue 192

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

Shades of Wild Blue Yonder #7997C0

Tints of Wild Blue Yonder #7997C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 26.08%
G = 32.54%
B = 41.38%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7997C0 (or 0x7997C0) is known color: Wild Blue Yonder. HEX triplet: 79, 97 and C0. RGB value is (121,151,192). Sum of RGB (Red+Green+Blue) = 121+151+192=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #7997C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997C0 is #86683F. Grayscale: #929292. Windows color (decimal): -8808512 or 12621689. OLE color: 12621689.

HSL color Cylindrical-coordinate representation of color #7997C0: hue angle of 214.65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7997C0 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 151 192 -
CMYK 0.37 0.21 0 0.25
HSL 214.65º 0.36% 0.61% -
HSV(B) 214.65º 0.37% 0.75% -
XYZ 28.47 30 54.16 -
YUV 146.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 121 151 192 0.37 0.21 0 0.25 214.65 0.36 0.61
Hex 79 97 C0 25 15 0 19 D7 24 3D
Octal 171 227 300 45 25 0 31 327 44 75
Binary 1111001 10010111 11000000 100101 10101 0 11001 11010111 100100 111101

Color Harmonies of #7997C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997C0

Black with #7997C0

Text Example


Text Example

White with #7997C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7997C0; }

 p { color: rgb(121,151,192); }

 H1.HeaderClassName
 {
   color: #7997C0;
 }
 .AnyTagClassName
 {
   color: #7997C0;
 }
</style>

background-color css

<style>
 a { background-color: #7997C0; }

 a { background-color: rgb(121,151,192); }

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

border-color css

<style>
 span { border-color: #7997C0; }

 span { border-color: rgb(121,151,192); }

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