Html Css Color HEX #7193CA Wild Blue Yonder

📋 copy color: '#7193CA'

red 113 ◦ green 147 ◦ blue 202

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

Shades of Wild Blue Yonder #7193CA

Tints of Wild Blue Yonder #7193CA

RGB

 RED value IS 113 (44.53% from 255) = 24.46%

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

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

R = 24.46%
G = 31.82%
B = 43.72%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7193CA (or 0x7193CA) is known color: Wild Blue Yonder. HEX triplet: 71, 93 and CA. RGB value is (113,147,202). Sum of RGB (Red+Green+Blue) = 113+147+202=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #7193CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193CA is #8E6C35. Grayscale: #8E8E8E. Windows color (decimal): -9333814 or 13276017. OLE color: 13276017.

HSL color Cylindrical-coordinate representation of color #7193CA: hue angle of 217.08º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7193CA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 147 202 -
CMYK 0.44 0.27 0 0.21
HSL 217.08º 0.46% 0.62% -
HSV(B) 217.08º 0.44% 0.79% -
XYZ 27.9 28.64 59.93 -
YUV 143.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 113 147 202 0.44 0.27 0 0.21 217.08 0.46 0.62
Hex 71 93 CA 2C 1B 0 15 D9 2E 3E
Octal 161 223 312 54 33 0 25 331 56 76
Binary 1110001 10010011 11001010 101100 11011 0 10101 11011001 101110 111110

Color Harmonies of #7193CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193CA

Black with #7193CA

Text Example


Text Example

White with #7193CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7193CA; }

 p { color: rgb(113,147,202); }

 H1.HeaderClassName
 {
   color: #7193CA;
 }
 .AnyTagClassName
 {
   color: #7193CA;
 }
</style>

background-color css

<style>
 a { background-color: #7193CA; }

 a { background-color: rgb(113,147,202); }

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

border-color css

<style>
 span { border-color: #7193CA; }

 span { border-color: rgb(113,147,202); }

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