Html Css Color HEX #7D8EBE Wild Blue Yonder

📋 copy color: '#7D8EBE'

red 125 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #7D8EBE

Tints of Wild Blue Yonder #7D8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

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

R = 27.35%
G = 31.07%
B = 41.58%

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

#7D8EBE (or 0x7D8EBE) is known color: Wild Blue Yonder. HEX triplet: 7D, 8E and BE. RGB value is (125,142,190). Sum of RGB (Red+Green+Blue) = 125+142+190=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8EBE is #827141. Grayscale: #8E8E8E. Windows color (decimal): -8548674 or 12488317. OLE color: 12488317.

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

Color convert

RGB 125 142 190 -
CMYK 0.34 0.25 0 0.25
HSL 224.31º 0.33% 0.62% -
HSV(B) 224.31º 0.34% 0.75% -
XYZ 27.42 27.42 52.56 -
YUV 142.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 125 142 190 0.34 0.25 0 0.25 224.31 0.33 0.62
Hex 7D 8E BE 22 19 0 19 E0 21 3E
Octal 175 216 276 42 31 0 31 340 41 76
Binary 1111101 10001110 10111110 100010 11001 0 11001 11100000 100001 111110

Color Harmonies of #7D8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EBE

Black with #7D8EBE

Text Example


Text Example

White with #7D8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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