Html Css Color HEX #7493C1 Wild Blue Yonder

📋 copy color: '#7493C1'

red 116 ◦ green 147 ◦ blue 193

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

Shades of Wild Blue Yonder #7493C1

Tints of Wild Blue Yonder #7493C1

RGB

 RED value IS 116 (45.7% from 255) = 25.44%

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

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

R = 25.44%
G = 32.24%
B = 42.32%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7493C1 (or 0x7493C1) is known color: Wild Blue Yonder. HEX triplet: 74, 93 and C1. RGB value is (116,147,193). Sum of RGB (Red+Green+Blue) = 116+147+193=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #7493C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493C1 is #8B6C3E. Grayscale: #8E8E8E. Windows color (decimal): -9137215 or 12686196. OLE color: 12686196.

HSL color Cylindrical-coordinate representation of color #7493C1: hue angle of 215.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7493C1 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 147 193 -
CMYK 0.40 0.24 0 0.24
HSL 215.84º 0.38% 0.61% -
HSV(B) 215.84º 0.4% 0.76% -
XYZ 27.26 28.43 54.5 -
YUV 142.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 116 147 193 0.40 0.24 0 0.24 215.84 0.38 0.61
Hex 74 93 C1 28 18 0 18 D8 26 3D
Octal 164 223 301 50 30 0 30 330 46 75
Binary 1110100 10010011 11000001 101000 11000 0 11000 11011000 100110 111101

Color Harmonies of #7493C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493C1

Black with #7493C1

Text Example


Text Example

White with #7493C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7493C1; }

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

 H1.HeaderClassName
 {
   color: #7493C1;
 }
 .AnyTagClassName
 {
   color: #7493C1;
 }
</style>

background-color css

<style>
 a { background-color: #7493C1; }

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

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

border-color css

<style>
 span { border-color: #7493C1; }

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

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