Html Css Color HEX #7386C1 Wild Blue Yonder

📋 copy color: '#7386C1'

red 115 ◦ green 134 ◦ blue 193

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

Shades of Wild Blue Yonder #7386C1

Tints of Wild Blue Yonder #7386C1

RGB

 RED value IS 115 (45.31% from 255) = 26.02%

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 26.02%
G = 30.32%
B = 43.67%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7386C1 (or 0x7386C1) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and C1. RGB value is (115,134,193). Sum of RGB (Red+Green+Blue) = 115+134+193=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #7386C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386C1 is #8C793E. Grayscale: #868686. Windows color (decimal): -9206079 or 12682867. OLE color: 12682867.

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

Color convert

RGB 115 134 193 -
CMYK 0.40 0.31 0 0.24
HSL 225.38º 0.39% 0.6% -
HSV(B) 225.38º 0.4% 0.76% -
XYZ 25.22 24.55 53.86 -
YUV 135.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 115 134 193 0.40 0.31 0 0.24 225.38 0.39 0.6
Hex 73 86 C1 28 1F 0 18 E1 27 3C
Octal 163 206 301 50 37 0 30 341 47 74
Binary 1110011 10000110 11000001 101000 11111 0 11000 11100001 100111 111100

Color Harmonies of #7386C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7386C1

Black with #7386C1

Text Example


Text Example

White with #7386C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,134,193); }

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

background-color css

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

 a { background-color: rgb(115,134,193); }

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

border-color css

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

 span { border-color: rgb(115,134,193); }

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