Html Css Color HEX #7D98BC Wild Blue Yonder

📋 copy color: '#7D98BC'

red 125 ◦ green 152 ◦ blue 188

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

Shades of Wild Blue Yonder #7D98BC

Tints of Wild Blue Yonder #7D98BC

RGB

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

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

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

R = 26.88%
G = 32.69%
B = 40.43%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D98BC (or 0x7D98BC) is known color: Wild Blue Yonder. HEX triplet: 7D, 98 and BC. RGB value is (125,152,188). Sum of RGB (Red+Green+Blue) = 125+152+188=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D98BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98BC is #826743. Grayscale: #939393. Windows color (decimal): -8546116 or 12359805. OLE color: 12359805.

HSL color Cylindrical-coordinate representation of color #7D98BC: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D98BC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 152 188 -
CMYK 0.34 0.19 0 0.26
HSL 214.29º 0.32% 0.61% -
HSV(B) 214.29º 0.34% 0.74% -
XYZ 28.76 30.45 51.94 -
YUV 148.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 125 152 188 0.34 0.19 0 0.26 214.29 0.32 0.61
Hex 7D 98 BC 22 13 0 1A D6 20 3D
Octal 175 230 274 42 23 0 32 326 40 75
Binary 1111101 10011000 10111100 100010 10011 0 11010 11010110 100000 111101

Color Harmonies of #7D98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98BC

Black with #7D98BC

Text Example


Text Example

White with #7D98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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