Html Css Color HEX #7C89BD Wild Blue Yonder

📋 copy color: '#7C89BD'

red 124 ◦ green 137 ◦ blue 189

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

Shades of Wild Blue Yonder #7C89BD

Tints of Wild Blue Yonder #7C89BD

RGB

 RED value IS 124 (48.83% from 255) = 27.56%

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 27.56%
G = 30.44%
B = 42%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C89BD (or 0x7C89BD) is known color: Wild Blue Yonder. HEX triplet: 7C, 89 and BD. RGB value is (124,137,189). Sum of RGB (Red+Green+Blue) = 124+137+189=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C89BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89BD is #837642. Grayscale: #8A8A8A. Windows color (decimal): -8615491 or 12421500. OLE color: 12421500.

HSL color Cylindrical-coordinate representation of color #7C89BD: hue angle of 228º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C89BD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 137 189 -
CMYK 0.34 0.28 0 0.26
HSL 228º 0.33% 0.61% -
HSV(B) 228º 0.34% 0.74% -
XYZ 26.44 25.85 51.74 -
YUV 139.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 124 137 189 0.34 0.28 0 0.26 228 0.33 0.61
Hex 7C 89 BD 22 1C 0 1A E4 21 3D
Octal 174 211 275 42 34 0 32 344 41 75
Binary 1111100 10001001 10111101 100010 11100 0 11010 11100100 100001 111101

Color Harmonies of #7C89BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C89BD

Black with #7C89BD

Text Example


Text Example

White with #7C89BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,189); }

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

background-color css

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

 a { background-color: rgb(124,137,189); }

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

border-color css

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

 span { border-color: rgb(124,137,189); }

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