Html Css Color HEX #757CBB Wild Blue Yonder

📋 copy color: '#757CBB'

red 117 ◦ green 124 ◦ blue 187

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

Shades of Wild Blue Yonder #757CBB

Tints of Wild Blue Yonder #757CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 27.34%
G = 28.97%
B = 43.69%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#757CBB (or 0x757CBB) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and BB. RGB value is (117,124,187). Sum of RGB (Red+Green+Blue) = 117+124+187=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #757CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBB is #8A8344. Grayscale: #808080. Windows color (decimal): -9077573 or 12287093. OLE color: 12287093.

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

Color convert

RGB 117 124 187 -
CMYK 0.37 0.34 0 0.27
HSL 234º 0.34% 0.6% -
HSV(B) 234º 0.37% 0.73% -
XYZ 23.51 21.79 49.98 -
YUV 129.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 117 124 187 0.37 0.34 0 0.27 234 0.34 0.6
Hex 75 7C BB 25 22 0 1B EA 22 3C
Octal 165 174 273 45 42 0 33 352 42 74
Binary 1110101 1111100 10111011 100101 100010 0 11011 11101010 100010 111100

Color Harmonies of #757CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CBB

Black with #757CBB

Text Example


Text Example

White with #757CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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