Html Css Color HEX #7385B4 Wild Blue Yonder

📋 copy color: '#7385B4'

red 115 ◦ green 133 ◦ blue 180

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

Shades of Wild Blue Yonder #7385B4

Tints of Wild Blue Yonder #7385B4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 26.87%
G = 31.07%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7385B4 (or 0x7385B4) is known color: Wild Blue Yonder. HEX triplet: 73, 85 and B4. RGB value is (115,133,180). Sum of RGB (Red+Green+Blue) = 115+133+180=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #7385B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385B4 is #8C7A4B. Grayscale: #848484. Windows color (decimal): -9206348 or 11830643. OLE color: 11830643.

HSL color Cylindrical-coordinate representation of color #7385B4: hue angle of 223.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7385B4 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 133 180 -
CMYK 0.36 0.26 0 0.29
HSL 223.38º 0.3% 0.58% -
HSV(B) 223.38º 0.36% 0.71% -
XYZ 23.7 23.72 46.51 -
YUV 132.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 115 133 180 0.36 0.26 0 0.29 223.38 0.3 0.58
Hex 73 85 B4 24 1A 0 1D DF 1E 3A
Octal 163 205 264 44 32 0 35 337 36 72
Binary 1110011 10000101 10110100 100100 11010 0 11101 11011111 11110 111010

Color Harmonies of #7385B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385B4

Black with #7385B4

Text Example


Text Example

White with #7385B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7385B4; }

 p { color: rgb(115,133,180); }

 H1.HeaderClassName
 {
   color: #7385B4;
 }
 .AnyTagClassName
 {
   color: #7385B4;
 }
</style>

background-color css

<style>
 a { background-color: #7385B4; }

 a { background-color: rgb(115,133,180); }

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

border-color css

<style>
 span { border-color: #7385B4; }

 span { border-color: rgb(115,133,180); }

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