Html Css Color HEX #7383BE Wild Blue Yonder

📋 copy color: '#7383BE'

red 115 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #7383BE

Tints of Wild Blue Yonder #7383BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 26.38%
G = 30.05%
B = 43.58%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7383BE (or 0x7383BE) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and BE. RGB value is (115,131,190). Sum of RGB (Red+Green+Blue) = 115+131+190=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7383BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383BE is #8C7C41. Grayscale: #848484. Windows color (decimal): -9206850 or 12485491. OLE color: 12485491.

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

Color convert

RGB 115 131 190 -
CMYK 0.39 0.31 0 0.25
HSL 227.2º 0.37% 0.6% -
HSV(B) 227.2º 0.39% 0.75% -
XYZ 24.48 23.6 51.98 -
YUV 132.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 115 131 190 0.39 0.31 0 0.25 227.2 0.37 0.6
Hex 73 83 BE 27 1F 0 19 E3 25 3C
Octal 163 203 276 47 37 0 31 343 45 74
Binary 1110011 10000011 10111110 100111 11111 0 11001 11100011 100101 111100

Color Harmonies of #7383BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7383BE

Black with #7383BE

Text Example


Text Example

White with #7383BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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