Html Css Color HEX #7D8FB7 Wild Blue Yonder

📋 copy color: '#7D8FB7'

red 125 ◦ green 143 ◦ blue 183

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

Shades of Wild Blue Yonder #7D8FB7

Tints of Wild Blue Yonder #7D8FB7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 27.72%
G = 31.71%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7D8FB7 (or 0x7D8FB7) is known color: Wild Blue Yonder. HEX triplet: 7D, 8F and B7. RGB value is (125,143,183). Sum of RGB (Red+Green+Blue) = 125+143+183=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D8FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FB7 is #827048. Grayscale: #8E8E8E. Windows color (decimal): -8548425 or 12029821. OLE color: 12029821.

HSL color Cylindrical-coordinate representation of color #7D8FB7: hue angle of 221.38º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D8FB7 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 143 183 -
CMYK 0.32 0.22 0 0.28
HSL 221.38º 0.29% 0.6% -
HSV(B) 221.38º 0.32% 0.72% -
XYZ 26.83 27.42 48.68 -
YUV 142.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 125 143 183 0.32 0.22 0 0.28 221.38 0.29 0.6
Hex 7D 8F B7 20 16 0 1C DD 1D 3C
Octal 175 217 267 40 26 0 34 335 35 74
Binary 1111101 10001111 10110111 100000 10110 0 11100 11011101 11101 111100

Color Harmonies of #7D8FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FB7

Black with #7D8FB7

Text Example


Text Example

White with #7D8FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,143,183); }

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

background-color css

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

 a { background-color: rgb(125,143,183); }

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

border-color css

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

 span { border-color: rgb(125,143,183); }

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