Html Css Color HEX #757FBA Wild Blue Yonder

📋 copy color: '#757FBA'

red 117 ◦ green 127 ◦ blue 186

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

Shades of Wild Blue Yonder #757FBA

Tints of Wild Blue Yonder #757FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 27.21%
G = 29.53%
B = 43.26%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#757FBA (or 0x757FBA) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and BA. RGB value is (117,127,186). Sum of RGB (Red+Green+Blue) = 117+127+186=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #757FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FBA is #8A8045. Grayscale: #828282. Windows color (decimal): -9076806 or 12222325. OLE color: 12222325.

HSL color Cylindrical-coordinate representation of color #757FBA: hue angle of 231.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757FBA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 127 186 -
CMYK 0.37 0.32 0 0.27
HSL 231.3º 0.33% 0.59% -
HSV(B) 231.3º 0.37% 0.73% -
XYZ 23.79 22.51 49.54 -
YUV 130.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 117 127 186 0.37 0.32 0 0.27 231.3 0.33 0.59
Hex 75 7F BA 25 20 0 1B E7 21 3B
Octal 165 177 272 45 40 0 33 347 41 73
Binary 1110101 1111111 10111010 100101 100000 0 11011 11100111 100001 111011

Color Harmonies of #757FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FBA

Black with #757FBA

Text Example


Text Example

White with #757FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,186); }

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

background-color css

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

 a { background-color: rgb(117,127,186); }

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

border-color css

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

 span { border-color: rgb(117,127,186); }

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