Html Css Color HEX #7383BF Wild Blue Yonder

📋 copy color: '#7383BF'

red 115 ◦ green 131 ◦ blue 191

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

Shades of Wild Blue Yonder #7383BF

Tints of Wild Blue Yonder #7383BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.98%

 BLUE value IS 191 (75% from 255) = 43.71%

R = 26.32%
G = 29.98%
B = 43.71%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7383BF (or 0x7383BF) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and BF. RGB value is (115,131,191). Sum of RGB (Red+Green+Blue) = 115+131+191=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #7383BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383BF is #8C7C40. Grayscale: #848484. Windows color (decimal): -9206849 or 12551027. OLE color: 12551027.

HSL color Cylindrical-coordinate representation of color #7383BF: hue angle of 227.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7383BF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 131 191 -
CMYK 0.40 0.31 0 0.25
HSL 227.37º 0.37% 0.6% -
HSV(B) 227.37º 0.4% 0.75% -
XYZ 24.59 23.64 52.56 -
YUV 133.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 115 131 191 0.40 0.31 0 0.25 227.37 0.37 0.6
Hex 73 83 BF 28 1F 0 19 E3 25 3C
Octal 163 203 277 50 37 0 31 343 45 74
Binary 1110011 10000011 10111111 101000 11111 0 11001 11100011 100101 111100

Color Harmonies of #7383BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7383BF

Black with #7383BF

Text Example


Text Example

White with #7383BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7383BF; }

 p { color: rgb(115,131,191); }

 H1.HeaderClassName
 {
   color: #7383BF;
 }
 .AnyTagClassName
 {
   color: #7383BF;
 }
</style>

background-color css

<style>
 a { background-color: #7383BF; }

 a { background-color: rgb(115,131,191); }

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

border-color css

<style>
 span { border-color: #7383BF; }

 span { border-color: rgb(115,131,191); }

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