Html Css Color HEX #7595BC Wild Blue Yonder

📋 copy color: '#7595BC'

red 117 ◦ green 149 ◦ blue 188

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

Shades of Wild Blue Yonder #7595BC

Tints of Wild Blue Yonder #7595BC

RGB

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

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

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

R = 25.77%
G = 32.82%
B = 41.41%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7595BC (or 0x7595BC) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and BC. RGB value is (117,149,188). Sum of RGB (Red+Green+Blue) = 117+149+188=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #7595BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595BC is #8A6A43. Grayscale: #8F8F8F. Windows color (decimal): -9071172 or 12359029. OLE color: 12359029.

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

Color convert

RGB 117 149 188 -
CMYK 0.38 0.21 0 0.26
HSL 212.96º 0.35% 0.6% -
HSV(B) 212.96º 0.38% 0.74% -
XYZ 27.16 28.91 51.73 -
YUV 143.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 117 149 188 0.38 0.21 0 0.26 212.96 0.35 0.6
Hex 75 95 BC 26 15 0 1A D5 23 3C
Octal 165 225 274 46 25 0 32 325 43 74
Binary 1110101 10010101 10111100 100110 10101 0 11010 11010101 100011 111100

Color Harmonies of #7595BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595BC

Black with #7595BC

Text Example


Text Example

White with #7595BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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