Html Css Color HEX #7C84BF Wild Blue Yonder

📋 copy color: '#7C84BF'

red 124 ◦ green 132 ◦ blue 191

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

Shades of Wild Blue Yonder #7C84BF

Tints of Wild Blue Yonder #7C84BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 27.74%
G = 29.53%
B = 42.73%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C84BF (or 0x7C84BF) is known color: Wild Blue Yonder. HEX triplet: 7C, 84 and BF. RGB value is (124,132,191). Sum of RGB (Red+Green+Blue) = 124+132+191=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C84BF is #837B40. Grayscale: #888888. Windows color (decimal): -8616769 or 12551292. OLE color: 12551292.

HSL color Cylindrical-coordinate representation of color #7C84BF: hue angle of 232.84º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C84BF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 132 191 -
CMYK 0.35 0.31 0 0.25
HSL 232.84º 0.34% 0.62% -
HSV(B) 232.84º 0.35% 0.75% -
XYZ 25.97 24.55 52.66 -
YUV 136.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 124 132 191 0.35 0.31 0 0.25 232.84 0.34 0.62
Hex 7C 84 BF 23 1F 0 19 E9 22 3E
Octal 174 204 277 43 37 0 31 351 42 76
Binary 1111100 10000100 10111111 100011 11111 0 11001 11101001 100010 111110

Color Harmonies of #7C84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C84BF

Black with #7C84BF

Text Example


Text Example

White with #7C84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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