Html Css Color HEX #7C84CA Wild Blue Yonder

📋 copy color: '#7C84CA'

red 124 ◦ green 132 ◦ blue 202

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

Shades of Wild Blue Yonder #7C84CA

Tints of Wild Blue Yonder #7C84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 27.07%
G = 28.82%
B = 44.1%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C84CA (or 0x7C84CA) is known color: Wild Blue Yonder. HEX triplet: 7C, 84 and CA. RGB value is (124,132,202). Sum of RGB (Red+Green+Blue) = 124+132+202=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C84CA is #837B35. Grayscale: #898989. Windows color (decimal): -8616758 or 13272188. OLE color: 13272188.

HSL color Cylindrical-coordinate representation of color #7C84CA: hue angle of 233.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C84CA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 132 202 -
CMYK 0.39 0.35 0 0.21
HSL 233.85º 0.42% 0.64% -
HSV(B) 233.85º 0.39% 0.79% -
XYZ 27.22 25.05 59.28 -
YUV 137.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 124 132 202 0.39 0.35 0 0.21 233.85 0.42 0.64
Hex 7C 84 CA 27 23 0 15 EA 2A 40
Octal 174 204 312 47 43 0 25 352 52 100
Binary 1111100 10000100 11001010 100111 100011 0 10101 11101010 101010 1000000

Color Harmonies of #7C84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C84CA

Black with #7C84CA

Text Example


Text Example

White with #7C84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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