Html Css Color HEX #7595CE Wild Blue Yonder

📋 copy color: '#7595CE'

red 117 ◦ green 149 ◦ blue 206

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

Shades of Wild Blue Yonder #7595CE

Tints of Wild Blue Yonder #7595CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 24.79%
G = 31.57%
B = 43.64%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7595CE (or 0x7595CE) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and CE. RGB value is (117,149,206). Sum of RGB (Red+Green+Blue) = 117+149+206=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7595CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595CE is #8A6A31. Grayscale: #919191. Windows color (decimal): -9071154 or 13538677. OLE color: 13538677.

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

Color convert

RGB 117 149 206 -
CMYK 0.43 0.28 0 0.19
HSL 218.43º 0.48% 0.63% -
HSV(B) 218.43º 0.43% 0.81% -
XYZ 29.22 29.73 62.59 -
YUV 145.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 117 149 206 0.43 0.28 0 0.19 218.43 0.48 0.63
Hex 75 95 CE 2B 1C 0 13 DA 30 3F
Octal 165 225 316 53 34 0 23 332 60 77
Binary 1110101 10010101 11001110 101011 11100 0 10011 11011010 110000 111111

Color Harmonies of #7595CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595CE

Black with #7595CE

Text Example


Text Example

White with #7595CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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