Html Css Color HEX #7D98BE Wild Blue Yonder

📋 copy color: '#7D98BE'

red 125 ◦ green 152 ◦ blue 190

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

Shades of Wild Blue Yonder #7D98BE

Tints of Wild Blue Yonder #7D98BE

RGB

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

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

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

R = 26.77%
G = 32.55%
B = 40.69%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D98BE (or 0x7D98BE) is known color: Wild Blue Yonder. HEX triplet: 7D, 98 and BE. RGB value is (125,152,190). Sum of RGB (Red+Green+Blue) = 125+152+190=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98BE is #826741. Grayscale: #949494. Windows color (decimal): -8546114 or 12490877. OLE color: 12490877.

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

Color convert

RGB 125 152 190 -
CMYK 0.34 0.2 0 0.25
HSL 215.08º 0.33% 0.62% -
HSV(B) 215.08º 0.34% 0.75% -
XYZ 28.98 30.53 53.08 -
YUV 148.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 125 152 190 0.34 0.2 0 0.25 215.08 0.33 0.62
Hex 7D 98 BE 22 14 0 19 D7 21 3E
Octal 175 230 276 42 24 0 31 327 41 76
Binary 1111101 10011000 10111110 100010 10100 0 11001 11010111 100001 111110

Color Harmonies of #7D98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98BE

Black with #7D98BE

Text Example


Text Example

White with #7D98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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