Html Css Color HEX #7D8FBE Wild Blue Yonder

📋 copy color: '#7D8FBE'

red 125 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #7D8FBE

Tints of Wild Blue Yonder #7D8FBE

RGB

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

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

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

R = 27.29%
G = 31.22%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D8FBE (or 0x7D8FBE) is known color: Wild Blue Yonder. HEX triplet: 7D, 8F and BE. RGB value is (125,143,190). Sum of RGB (Red+Green+Blue) = 125+143+190=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FBE is #827041. Grayscale: #8E8E8E. Windows color (decimal): -8548418 or 12488573. OLE color: 12488573.

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

Color convert

RGB 125 143 190 -
CMYK 0.34 0.25 0 0.25
HSL 223.38º 0.33% 0.62% -
HSV(B) 223.38º 0.34% 0.75% -
XYZ 27.57 27.72 52.61 -
YUV 142.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 125 143 190 0.34 0.25 0 0.25 223.38 0.33 0.62
Hex 7D 8F BE 22 19 0 19 DF 21 3E
Octal 175 217 276 42 31 0 31 337 41 76
Binary 1111101 10001111 10111110 100010 11001 0 11001 11011111 100001 111110

Color Harmonies of #7D8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FBE

Black with #7D8FBE

Text Example


Text Example

White with #7D8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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