Html Css Color HEX #7D98BA Wild Blue Yonder

📋 copy color: '#7D98BA'

red 125 ◦ green 152 ◦ blue 186

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

Shades of Wild Blue Yonder #7D98BA

Tints of Wild Blue Yonder #7D98BA

RGB

 RED value IS 125 (49.22% from 255) = 27%

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 27%
G = 32.83%
B = 40.17%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D98BA (or 0x7D98BA) is known color: Wild Blue Yonder. HEX triplet: 7D, 98 and BA. RGB value is (125,152,186). Sum of RGB (Red+Green+Blue) = 125+152+186=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D98BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98BA is #826745. Grayscale: #939393. Windows color (decimal): -8546118 or 12228733. OLE color: 12228733.

HSL color Cylindrical-coordinate representation of color #7D98BA: hue angle of 213.44º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D98BA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 152 186 -
CMYK 0.33 0.18 0 0.27
HSL 213.44º 0.31% 0.61% -
HSV(B) 213.44º 0.33% 0.73% -
XYZ 28.55 30.36 50.81 -
YUV 147.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 125 152 186 0.33 0.18 0 0.27 213.44 0.31 0.61
Hex 7D 98 BA 21 12 0 1B D5 1F 3D
Octal 175 230 272 41 22 0 33 325 37 75
Binary 1111101 10011000 10111010 100001 10010 0 11011 11010101 11111 111101

Color Harmonies of #7D98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98BA

Black with #7D98BA

Text Example


Text Example

White with #7D98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,152,186); }

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

background-color css

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

 a { background-color: rgb(125,152,186); }

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

border-color css

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

 span { border-color: rgb(125,152,186); }

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