Html Css Color HEX #7C93C1 Wild Blue Yonder

📋 copy color: '#7C93C1'

red 124 ◦ green 147 ◦ blue 193

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

Shades of Wild Blue Yonder #7C93C1

Tints of Wild Blue Yonder #7C93C1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 26.72%
G = 31.68%
B = 41.59%

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

#7C93C1 (or 0x7C93C1) is known color: Wild Blue Yonder. HEX triplet: 7C, 93 and C1. RGB value is (124,147,193). Sum of RGB (Red+Green+Blue) = 124+147+193=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C93C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93C1 is #836C3E. Grayscale: #919191. Windows color (decimal): -8612927 or 12686204. OLE color: 12686204.

HSL color Cylindrical-coordinate representation of color #7C93C1: hue angle of 220º 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 #7C93C1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 147 193 -
CMYK 0.36 0.24 0 0.24
HSL 220º 0.36% 0.62% -
HSV(B) 220º 0.36% 0.76% -
XYZ 28.37 29 54.55 -
YUV 145.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 124 147 193 0.36 0.24 0 0.24 220 0.36 0.62
Hex 7C 93 C1 24 18 0 18 DC 24 3E
Octal 174 223 301 44 30 0 30 334 44 76
Binary 1111100 10010011 11000001 100100 11000 0 11000 11011100 100100 111110

Color Harmonies of #7C93C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C93C1

Black with #7C93C1

Text Example


Text Example

White with #7C93C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,147,193); }

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

background-color css

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

 a { background-color: rgb(124,147,193); }

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

border-color css

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

 span { border-color: rgb(124,147,193); }

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