Html Css Color HEX #7998C4 Wild Blue Yonder

📋 copy color: '#7998C4'

red 121 ◦ green 152 ◦ blue 196

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

Shades of Wild Blue Yonder #7998C4

Tints of Wild Blue Yonder #7998C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 25.8%
G = 32.41%
B = 41.79%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7998C4 (or 0x7998C4) is known color: Wild Blue Yonder. HEX triplet: 79, 98 and C4. RGB value is (121,152,196). Sum of RGB (Red+Green+Blue) = 121+152+196=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #7998C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998C4 is #86673B. Grayscale: #939393. Windows color (decimal): -8808252 or 12884089. OLE color: 12884089.

HSL color Cylindrical-coordinate representation of color #7998C4: hue angle of 215.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7998C4 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 152 196 -
CMYK 0.38 0.22 0 0.23
HSL 215.2º 0.39% 0.62% -
HSV(B) 215.2º 0.38% 0.77% -
XYZ 29.08 30.51 56.58 -
YUV 147.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 121 152 196 0.38 0.22 0 0.23 215.2 0.39 0.62
Hex 79 98 C4 26 16 0 17 D7 27 3E
Octal 171 230 304 46 26 0 27 327 47 76
Binary 1111001 10011000 11000100 100110 10110 0 10111 11010111 100111 111110

Color Harmonies of #7998C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998C4

Black with #7998C4

Text Example


Text Example

White with #7998C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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