Html Css Color HEX #757FBC Wild Blue Yonder

📋 copy color: '#757FBC'

red 117 ◦ green 127 ◦ blue 188

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

Shades of Wild Blue Yonder #757FBC

Tints of Wild Blue Yonder #757FBC

RGB

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

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

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

R = 27.08%
G = 29.4%
B = 43.52%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#757FBC (or 0x757FBC) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and BC. RGB value is (117,127,188). Sum of RGB (Red+Green+Blue) = 117+127+188=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #757FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FBC is #8A8043. Grayscale: #828282. Windows color (decimal): -9076804 or 12353397. OLE color: 12353397.

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

Color convert

RGB 117 127 188 -
CMYK 0.38 0.32 0 0.26
HSL 231.55º 0.35% 0.6% -
HSV(B) 231.55º 0.38% 0.74% -
XYZ 24 22.59 50.67 -
YUV 130.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 117 127 188 0.38 0.32 0 0.26 231.55 0.35 0.6
Hex 75 7F BC 26 20 0 1A E8 23 3C
Octal 165 177 274 46 40 0 32 350 43 74
Binary 1110101 1111111 10111100 100110 100000 0 11010 11101000 100011 111100

Color Harmonies of #757FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FBC

Black with #757FBC

Text Example


Text Example

White with #757FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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