Html Css Color HEX #757EBE Wild Blue Yonder

📋 copy color: '#757EBE'

red 117 ◦ green 126 ◦ blue 190

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

Shades of Wild Blue Yonder #757EBE

Tints of Wild Blue Yonder #757EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

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

R = 27.02%
G = 29.1%
B = 43.88%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#757EBE (or 0x757EBE) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and BE. RGB value is (117,126,190). Sum of RGB (Red+Green+Blue) = 117+126+190=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #757EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EBE is #8A8141. Grayscale: #828282. Windows color (decimal): -9077058 or 12484213. OLE color: 12484213.

HSL color Cylindrical-coordinate representation of color #757EBE: hue angle of 232.6º 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 #757EBE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 126 190 -
CMYK 0.38 0.34 0 0.25
HSL 232.6º 0.36% 0.6% -
HSV(B) 232.6º 0.38% 0.75% -
XYZ 24.09 22.42 51.77 -
YUV 130.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 117 126 190 0.38 0.34 0 0.25 232.6 0.36 0.6
Hex 75 7E BE 26 22 0 19 E9 24 3C
Octal 165 176 276 46 42 0 31 351 44 74
Binary 1110101 1111110 10111110 100110 100010 0 11001 11101001 100100 111100

Color Harmonies of #757EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EBE

Black with #757EBE

Text Example


Text Example

White with #757EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757EBE; }

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

 H1.HeaderClassName
 {
   color: #757EBE;
 }
 .AnyTagClassName
 {
   color: #757EBE;
 }
</style>

background-color css

<style>
 a { background-color: #757EBE; }

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

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

border-color css

<style>
 span { border-color: #757EBE; }

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

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