Html Css Color HEX #7D8DBF Wild Blue Yonder

📋 copy color: '#7D8DBF'

red 125 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #7D8DBF

Tints of Wild Blue Yonder #7D8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 27.35%
G = 30.85%
B = 41.79%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D8DBF (or 0x7D8DBF) is known color: Wild Blue Yonder. HEX triplet: 7D, 8D and BF. RGB value is (125,141,191). Sum of RGB (Red+Green+Blue) = 125+141+191=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DBF is #827240. Grayscale: #8D8D8D. Windows color (decimal): -8548929 or 12553597. OLE color: 12553597.

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

Color convert

RGB 125 141 191 -
CMYK 0.35 0.26 0 0.25
HSL 225.45º 0.34% 0.62% -
HSV(B) 225.45º 0.35% 0.75% -
XYZ 27.39 27.17 53.09 -
YUV 141.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 125 141 191 0.35 0.26 0 0.25 225.45 0.34 0.62
Hex 7D 8D BF 23 1A 0 19 E1 22 3E
Octal 175 215 277 43 32 0 31 341 42 76
Binary 1111101 10001101 10111111 100011 11010 0 11001 11100001 100010 111110

Color Harmonies of #7D8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8DBF

Black with #7D8DBF

Text Example


Text Example

White with #7D8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,141,191); }

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

background-color css

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

 a { background-color: rgb(125,141,191); }

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

border-color css

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

 span { border-color: rgb(125,141,191); }

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