Html Css Color HEX #7D8CB9 Wild Blue Yonder

📋 copy color: '#7D8CB9'

red 125 ◦ green 140 ◦ blue 185

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

Shades of Wild Blue Yonder #7D8CB9

Tints of Wild Blue Yonder #7D8CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 27.78%
G = 31.11%
B = 41.11%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D8CB9 (or 0x7D8CB9) is known color: Wild Blue Yonder. HEX triplet: 7D, 8C and B9. RGB value is (125,140,185). Sum of RGB (Red+Green+Blue) = 125+140+185=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D8CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CB9 is #827346. Grayscale: #8C8C8C. Windows color (decimal): -8549191 or 12160125. OLE color: 12160125.

HSL color Cylindrical-coordinate representation of color #7D8CB9: hue angle of 225º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D8CB9 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 140 185 -
CMYK 0.32 0.24 0 0.27
HSL 225º 0.3% 0.61% -
HSV(B) 225º 0.32% 0.73% -
XYZ 26.59 26.62 49.64 -
YUV 140.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 125 140 185 0.32 0.24 0 0.27 225 0.3 0.61
Hex 7D 8C B9 20 18 0 1B E1 1E 3D
Octal 175 214 271 40 30 0 33 341 36 75
Binary 1111101 10001100 10111001 100000 11000 0 11011 11100001 11110 111101

Color Harmonies of #7D8CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CB9

Black with #7D8CB9

Text Example


Text Example

White with #7D8CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,140,185); }

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

background-color css

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

 a { background-color: rgb(125,140,185); }

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

border-color css

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

 span { border-color: rgb(125,140,185); }

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