Html Css Color HEX #7998C1 Wild Blue Yonder

📋 copy color: '#7998C1'

red 121 ◦ green 152 ◦ blue 193

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

Shades of Wild Blue Yonder #7998C1

Tints of Wild Blue Yonder #7998C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 25.97%
G = 32.62%
B = 41.42%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7998C1 (or 0x7998C1) is known color: Wild Blue Yonder. HEX triplet: 79, 98 and C1. RGB value is (121,152,193). Sum of RGB (Red+Green+Blue) = 121+152+193=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #7998C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998C1 is #86673E. Grayscale: #939393. Windows color (decimal): -8808255 or 12687481. OLE color: 12687481.

HSL color Cylindrical-coordinate representation of color #7998C1: hue angle of 214.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7998C1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 152 193 -
CMYK 0.37 0.21 0 0.24
HSL 214.17º 0.37% 0.62% -
HSV(B) 214.17º 0.37% 0.76% -
XYZ 28.74 30.37 54.8 -
YUV 147.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 121 152 193 0.37 0.21 0 0.24 214.17 0.37 0.62
Hex 79 98 C1 25 15 0 18 D6 25 3E
Octal 171 230 301 45 25 0 30 326 45 76
Binary 1111001 10011000 11000001 100101 10101 0 11000 11010110 100101 111110

Color Harmonies of #7998C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998C1

Black with #7998C1

Text Example


Text Example

White with #7998C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7998C1; }

 p { color: rgb(121,152,193); }

 H1.HeaderClassName
 {
   color: #7998C1;
 }
 .AnyTagClassName
 {
   color: #7998C1;
 }
</style>

background-color css

<style>
 a { background-color: #7998C1; }

 a { background-color: rgb(121,152,193); }

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

border-color css

<style>
 span { border-color: #7998C1; }

 span { border-color: rgb(121,152,193); }

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