Html Css Color HEX #7D8FBF Wild Blue Yonder

📋 copy color: '#7D8FBF'

red 125 ◦ green 143 ◦ blue 191

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

Shades of Wild Blue Yonder #7D8FBF

Tints of Wild Blue Yonder #7D8FBF

RGB

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

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

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

R = 27.23%
G = 31.15%
B = 41.61%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D8FBF (or 0x7D8FBF) is known color: Wild Blue Yonder. HEX triplet: 7D, 8F and BF. RGB value is (125,143,191). Sum of RGB (Red+Green+Blue) = 125+143+191=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D8FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FBF is #827040. Grayscale: #8E8E8E. Windows color (decimal): -8548417 or 12554109. OLE color: 12554109.

HSL color Cylindrical-coordinate representation of color #7D8FBF: hue angle of 223.64º 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 #7D8FBF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 143 191 -
CMYK 0.35 0.25 0 0.25
HSL 223.64º 0.34% 0.62% -
HSV(B) 223.64º 0.35% 0.75% -
XYZ 27.68 27.77 53.19 -
YUV 143.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 125 143 191 0.35 0.25 0 0.25 223.64 0.34 0.62
Hex 7D 8F BF 23 19 0 19 E0 22 3E
Octal 175 217 277 43 31 0 31 340 42 76
Binary 1111101 10001111 10111111 100011 11001 0 11001 11100000 100010 111110

Color Harmonies of #7D8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FBF

Black with #7D8FBF

Text Example


Text Example

White with #7D8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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