Html Css Color HEX #7C84BA Wild Blue Yonder

📋 copy color: '#7C84BA'

red 124 ◦ green 132 ◦ blue 186

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

Shades of Wild Blue Yonder #7C84BA

Tints of Wild Blue Yonder #7C84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 28.05%
G = 29.86%
B = 42.08%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C84BA (or 0x7C84BA) is known color: Wild Blue Yonder. HEX triplet: 7C, 84 and BA. RGB value is (124,132,186). Sum of RGB (Red+Green+Blue) = 124+132+186=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C84BA is #837B45. Grayscale: #878787. Windows color (decimal): -8616774 or 12223612. OLE color: 12223612.

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

Color convert

RGB 124 132 186 -
CMYK 0.33 0.29 0 0.27
HSL 232.26º 0.31% 0.61% -
HSV(B) 232.26º 0.33% 0.73% -
XYZ 25.43 24.33 49.81 -
YUV 135.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 124 132 186 0.33 0.29 0 0.27 232.26 0.31 0.61
Hex 7C 84 BA 21 1D 0 1B E8 1F 3D
Octal 174 204 272 41 35 0 33 350 37 75
Binary 1111100 10000100 10111010 100001 11101 0 11011 11101000 11111 111101

Color Harmonies of #7C84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C84BA

Black with #7C84BA

Text Example


Text Example

White with #7C84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,186); }

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

background-color css

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

 a { background-color: rgb(124,132,186); }

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

border-color css

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

 span { border-color: rgb(124,132,186); }

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