Html Css Color HEX #757CC6 Wild Blue Yonder

📋 copy color: '#757CC6'

red 117 ◦ green 124 ◦ blue 198

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

Shades of Wild Blue Yonder #757CC6

Tints of Wild Blue Yonder #757CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 26.65%
G = 28.25%
B = 45.1%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#757CC6 (or 0x757CC6) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and C6. RGB value is (117,124,198). Sum of RGB (Red+Green+Blue) = 117+124+198=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #757CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CC6 is #8A8339. Grayscale: #828282. Windows color (decimal): -9077562 or 13007989. OLE color: 13007989.

HSL color Cylindrical-coordinate representation of color #757CC6: hue angle of 234.81º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #757CC6 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 124 198 -
CMYK 0.41 0.37 0 0.22
HSL 234.81º 0.42% 0.62% -
HSV(B) 234.81º 0.41% 0.78% -
XYZ 24.74 22.27 56.42 -
YUV 130.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 117 124 198 0.41 0.37 0 0.22 234.81 0.42 0.62
Hex 75 7C C6 29 25 0 16 EB 2A 3E
Octal 165 174 306 51 45 0 26 353 52 76
Binary 1110101 1111100 11000110 101001 100101 0 10110 11101011 101010 111110

Color Harmonies of #757CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CC6

Black with #757CC6

Text Example


Text Example

White with #757CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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