Html Css Color HEX #7C94C2 Wild Blue Yonder

📋 copy color: '#7C94C2'

red 124 ◦ green 148 ◦ blue 194

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

Shades of Wild Blue Yonder #7C94C2

Tints of Wild Blue Yonder #7C94C2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 26.61%
G = 31.76%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7C94C2 (or 0x7C94C2) is known color: Wild Blue Yonder. HEX triplet: 7C, 94 and C2. RGB value is (124,148,194). Sum of RGB (Red+Green+Blue) = 124+148+194=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C94C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94C2 is #836B3D. Grayscale: #919191. Windows color (decimal): -8612670 or 12751996. OLE color: 12751996.

HSL color Cylindrical-coordinate representation of color #7C94C2: hue angle of 219.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C94C2 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 148 194 -
CMYK 0.36 0.24 0 0.24
HSL 219.43º 0.36% 0.62% -
HSV(B) 219.43º 0.36% 0.76% -
XYZ 28.64 29.36 55.2 -
YUV 146.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 124 148 194 0.36 0.24 0 0.24 219.43 0.36 0.62
Hex 7C 94 C2 24 18 0 18 DB 24 3E
Octal 174 224 302 44 30 0 30 333 44 76
Binary 1111100 10010100 11000010 100100 11000 0 11000 11011011 100100 111110

Color Harmonies of #7C94C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C94C2

Black with #7C94C2

Text Example


Text Example

White with #7C94C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,194); }

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

background-color css

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

 a { background-color: rgb(124,148,194); }

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

border-color css

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

 span { border-color: rgb(124,148,194); }

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