Html Css Color HEX #7997BC Wild Blue Yonder

📋 copy color: '#7997BC'

red 121 ◦ green 151 ◦ blue 188

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

Shades of Wild Blue Yonder #7997BC

Tints of Wild Blue Yonder #7997BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 26.3%
G = 32.83%
B = 40.87%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7997BC (or 0x7997BC) is known color: Wild Blue Yonder. HEX triplet: 79, 97 and BC. RGB value is (121,151,188). Sum of RGB (Red+Green+Blue) = 121+151+188=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #7997BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997BC is #866843. Grayscale: #929292. Windows color (decimal): -8808516 or 12359545. OLE color: 12359545.

HSL color Cylindrical-coordinate representation of color #7997BC: hue angle of 213.13º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7997BC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 151 188 -
CMYK 0.36 0.20 0 0.26
HSL 213.13º 0.33% 0.61% -
HSV(B) 213.13º 0.36% 0.74% -
XYZ 28.03 29.83 51.86 -
YUV 146.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 121 151 188 0.36 0.20 0 0.26 213.13 0.33 0.61
Hex 79 97 BC 24 14 0 1A D5 21 3D
Octal 171 227 274 44 24 0 32 325 41 75
Binary 1111001 10010111 10111100 100100 10100 0 11010 11010101 100001 111101

Color Harmonies of #7997BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997BC

Black with #7997BC

Text Example


Text Example

White with #7997BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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