Html Css Color HEX #757CB8 Wild Blue Yonder

📋 copy color: '#757CB8'

red 117 ◦ green 124 ◦ blue 184

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

Shades of Wild Blue Yonder #757CB8

Tints of Wild Blue Yonder #757CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 27.53%
G = 29.18%
B = 43.29%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#757CB8 (or 0x757CB8) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and B8. RGB value is (117,124,184). Sum of RGB (Red+Green+Blue) = 117+124+184=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #757CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CB8 is #8A8347. Grayscale: #808080. Windows color (decimal): -9077576 or 12090485. OLE color: 12090485.

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

Color convert

RGB 117 124 184 -
CMYK 0.36 0.33 0 0.28
HSL 233.73º 0.32% 0.59% -
HSV(B) 233.73º 0.36% 0.72% -
XYZ 23.2 21.66 48.31 -
YUV 128.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 117 124 184 0.36 0.33 0 0.28 233.73 0.32 0.59
Hex 75 7C B8 24 21 0 1C EA 20 3B
Octal 165 174 270 44 41 0 34 352 40 73
Binary 1110101 1111100 10111000 100100 100001 0 11100 11101010 100000 111011

Color Harmonies of #757CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CB8

Black with #757CB8

Text Example


Text Example

White with #757CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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