Html Css Color HEX #7395CF Wild Blue Yonder

📋 copy color: '#7395CF'

red 115 ◦ green 149 ◦ blue 207

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

Shades of Wild Blue Yonder #7395CF

Tints of Wild Blue Yonder #7395CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 24.42%
G = 31.63%
B = 43.95%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7395CF (or 0x7395CF) is known color: Wild Blue Yonder. HEX triplet: 73, 95 and CF. RGB value is (115,149,207). Sum of RGB (Red+Green+Blue) = 115+149+207=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7395CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395CF is #8C6A30. Grayscale: #919191. Windows color (decimal): -9202225 or 13604211. OLE color: 13604211.

HSL color Cylindrical-coordinate representation of color #7395CF: hue angle of 217.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7395CF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 149 207 -
CMYK 0.44 0.28 0 0.19
HSL 217.83º 0.49% 0.63% -
HSV(B) 217.83º 0.44% 0.81% -
XYZ 29.08 29.64 63.22 -
YUV 145.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 115 149 207 0.44 0.28 0 0.19 217.83 0.49 0.63
Hex 73 95 CF 2C 1C 0 13 DA 31 3F
Octal 163 225 317 54 34 0 23 332 61 77
Binary 1110011 10010101 11001111 101100 11100 0 10011 11011010 110001 111111

Color Harmonies of #7395CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7395CF

Black with #7395CF

Text Example


Text Example

White with #7395CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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