Html Css Color HEX #757FC6 Wild Blue Yonder

📋 copy color: '#757FC6'

red 117 ◦ green 127 ◦ blue 198

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

Shades of Wild Blue Yonder #757FC6

Tints of Wild Blue Yonder #757FC6

RGB

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

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

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

R = 26.47%
G = 28.73%
B = 44.8%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#757FC6 (or 0x757FC6) is known color: Wild Blue Yonder. HEX triplet: 75, 7F and C6. RGB value is (117,127,198). Sum of RGB (Red+Green+Blue) = 117+127+198=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #757FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FC6 is #8A8039. Grayscale: #838383. Windows color (decimal): -9076794 or 13008757. OLE color: 13008757.

HSL color Cylindrical-coordinate representation of color #757FC6: hue angle of 232.59º 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 #757FC6 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 127 198 -
CMYK 0.41 0.36 0 0.22
HSL 232.59º 0.42% 0.62% -
HSV(B) 232.59º 0.41% 0.78% -
XYZ 25.12 23.04 56.55 -
YUV 132.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 117 127 198 0.41 0.36 0 0.22 232.59 0.42 0.62
Hex 75 7F C6 29 24 0 16 E9 2A 3E
Octal 165 177 306 51 44 0 26 351 52 76
Binary 1110101 1111111 11000110 101001 100100 0 10110 11101001 101010 111110

Color Harmonies of #757FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FC6

Black with #757FC6

Text Example


Text Example

White with #757FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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