Html Css Color HEX #757CBF Wild Blue Yonder

📋 copy color: '#757CBF'

red 117 ◦ green 124 ◦ blue 191

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

Shades of Wild Blue Yonder #757CBF

Tints of Wild Blue Yonder #757CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 27.08%
G = 28.7%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#757CBF (or 0x757CBF) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and BF. RGB value is (117,124,191). Sum of RGB (Red+Green+Blue) = 117+124+191=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #757CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBF is #8A8340. Grayscale: #818181. Windows color (decimal): -9077569 or 12549237. OLE color: 12549237.

HSL color Cylindrical-coordinate representation of color #757CBF: hue angle of 234.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757CBF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 124 191 -
CMYK 0.39 0.35 0 0.25
HSL 234.32º 0.37% 0.6% -
HSV(B) 234.32º 0.39% 0.75% -
XYZ 23.95 21.96 52.27 -
YUV 129.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 117 124 191 0.39 0.35 0 0.25 234.32 0.37 0.6
Hex 75 7C BF 27 23 0 19 EA 25 3C
Octal 165 174 277 47 43 0 31 352 45 74
Binary 1110101 1111100 10111111 100111 100011 0 11001 11101010 100101 111100

Color Harmonies of #757CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CBF

Black with #757CBF

Text Example


Text Example

White with #757CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,191); }

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

background-color css

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

 a { background-color: rgb(117,124,191); }

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

border-color css

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

 span { border-color: rgb(117,124,191); }

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