Html Css Color HEX #7595BE Wild Blue Yonder

📋 copy color: '#7595BE'

red 117 ◦ green 149 ◦ blue 190

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

Shades of Wild Blue Yonder #7595BE

Tints of Wild Blue Yonder #7595BE

RGB

 RED value IS 117 (46.09% from 255) = 25.66%

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

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

R = 25.66%
G = 32.68%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7595BE (or 0x7595BE) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and BE. RGB value is (117,149,190). Sum of RGB (Red+Green+Blue) = 117+149+190=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7595BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595BE is #8A6A41. Grayscale: #8F8F8F. Windows color (decimal): -9071170 or 12490101. OLE color: 12490101.

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

Color convert

RGB 117 149 190 -
CMYK 0.38 0.22 0 0.25
HSL 213.7º 0.36% 0.6% -
HSV(B) 213.7º 0.38% 0.75% -
XYZ 27.38 28.99 52.87 -
YUV 144.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 117 149 190 0.38 0.22 0 0.25 213.7 0.36 0.6
Hex 75 95 BE 26 16 0 19 D6 24 3C
Octal 165 225 276 46 26 0 31 326 44 74
Binary 1110101 10010101 10111110 100110 10110 0 11001 11010110 100100 111100

Color Harmonies of #7595BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595BE

Black with #7595BE

Text Example


Text Example

White with #7595BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,149,190); }

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

background-color css

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

 a { background-color: rgb(117,149,190); }

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

border-color css

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

 span { border-color: rgb(117,149,190); }

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