Html Css Color HEX #7395BC Wild Blue Yonder

📋 copy color: '#7395BC'

red 115 ◦ green 149 ◦ blue 188

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

Shades of Wild Blue Yonder #7395BC

Tints of Wild Blue Yonder #7395BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 25.44%
G = 32.96%
B = 41.59%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7395BC (or 0x7395BC) is known color: Wild Blue Yonder. HEX triplet: 73, 95 and BC. RGB value is (115,149,188). Sum of RGB (Red+Green+Blue) = 115+149+188=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7395BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395BC is #8C6A43. Grayscale: #8F8F8F. Windows color (decimal): -9202244 or 12359027. OLE color: 12359027.

HSL color Cylindrical-coordinate representation of color #7395BC: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7395BC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 149 188 -
CMYK 0.39 0.21 0 0.26
HSL 212.05º 0.35% 0.59% -
HSV(B) 212.05º 0.39% 0.74% -
XYZ 26.89 28.77 51.71 -
YUV 143.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 115 149 188 0.39 0.21 0 0.26 212.05 0.35 0.59
Hex 73 95 BC 27 15 0 1A D4 23 3B
Octal 163 225 274 47 25 0 32 324 43 73
Binary 1110011 10010101 10111100 100111 10101 0 11010 11010100 100011 111011

Color Harmonies of #7395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7395BC

Black with #7395BC

Text Example


Text Example

White with #7395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7395BC; }

 p { color: rgb(115,149,188); }

 H1.HeaderClassName
 {
   color: #7395BC;
 }
 .AnyTagClassName
 {
   color: #7395BC;
 }
</style>

background-color css

<style>
 a { background-color: #7395BC; }

 a { background-color: rgb(115,149,188); }

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

border-color css

<style>
 span { border-color: #7395BC; }

 span { border-color: rgb(115,149,188); }

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