Html Css Color HEX #757CC2 Wild Blue Yonder

📋 copy color: '#757CC2'

red 117 ◦ green 124 ◦ blue 194

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

Shades of Wild Blue Yonder #757CC2

Tints of Wild Blue Yonder #757CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 26.9%
G = 28.51%
B = 44.6%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#757CC2 (or 0x757CC2) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and C2. RGB value is (117,124,194). Sum of RGB (Red+Green+Blue) = 117+124+194=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #757CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CC2 is #8A833D. Grayscale: #818181. Windows color (decimal): -9077566 or 12745845. OLE color: 12745845.

HSL color Cylindrical-coordinate representation of color #757CC2: hue angle of 234.55º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757CC2 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 124 194 -
CMYK 0.40 0.36 0 0.24
HSL 234.55º 0.39% 0.61% -
HSV(B) 234.55º 0.4% 0.76% -
XYZ 24.28 22.09 54.02 -
YUV 129.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 117 124 194 0.40 0.36 0 0.24 234.55 0.39 0.61
Hex 75 7C C2 28 24 0 18 EB 27 3D
Octal 165 174 302 50 44 0 30 353 47 75
Binary 1110101 1111100 11000010 101000 100100 0 11000 11101011 100111 111101

Color Harmonies of #757CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CC2

Black with #757CC2

Text Example


Text Example

White with #757CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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