Html Css Color HEX #7A98BE Wild Blue Yonder

📋 copy color: '#7A98BE'

red 122 ◦ green 152 ◦ blue 190

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

Shades of Wild Blue Yonder #7A98BE

Tints of Wild Blue Yonder #7A98BE

RGB

 RED value IS 122 (48.05% from 255) = 26.29%

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 26.29%
G = 32.76%
B = 40.95%

CMYK

 C value IS 0.36

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A98BE (or 0x7A98BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 98 and BE. RGB value is (122,152,190). Sum of RGB (Red+Green+Blue) = 122+152+190=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98BE is #856741. Grayscale: #939393. Windows color (decimal): -8742722 or 12490874. OLE color: 12490874.

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

Color convert

RGB 122 152 190 -
CMYK 0.36 0.2 0 0.25
HSL 213.53º 0.34% 0.61% -
HSV(B) 213.53º 0.36% 0.75% -
XYZ 28.55 30.31 53.06 -
YUV 147.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 122 152 190 0.36 0.2 0 0.25 213.53 0.34 0.61
Hex 7A 98 BE 24 14 0 19 D6 22 3D
Octal 172 230 276 44 24 0 31 326 42 75
Binary 1111010 10011000 10111110 100100 10100 0 11001 11010110 100010 111101

Color Harmonies of #7A98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A98BE

Black with #7A98BE

Text Example


Text Example

White with #7A98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A98BE; }

 p { color: rgb(122,152,190); }

 H1.HeaderClassName
 {
   color: #7A98BE;
 }
 .AnyTagClassName
 {
   color: #7A98BE;
 }
</style>

background-color css

<style>
 a { background-color: #7A98BE; }

 a { background-color: rgb(122,152,190); }

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

border-color css

<style>
 span { border-color: #7A98BE; }

 span { border-color: rgb(122,152,190); }

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