Html Css Color HEX #757CBC Wild Blue Yonder

📋 copy color: '#757CBC'

red 117 ◦ green 124 ◦ blue 188

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

Shades of Wild Blue Yonder #757CBC

Tints of Wild Blue Yonder #757CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 27.27%
G = 28.9%
B = 43.82%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#757CBC (or 0x757CBC) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and BC. RGB value is (117,124,188). Sum of RGB (Red+Green+Blue) = 117+124+188=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #757CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBC is #8A8343. Grayscale: #808080. Windows color (decimal): -9077572 or 12352629. OLE color: 12352629.

HSL color Cylindrical-coordinate representation of color #757CBC: hue angle of 234.08º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757CBC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 124 188 -
CMYK 0.38 0.34 0 0.26
HSL 234.08º 0.35% 0.6% -
HSV(B) 234.08º 0.38% 0.74% -
XYZ 23.62 21.83 50.55 -
YUV 129.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 117 124 188 0.38 0.34 0 0.26 234.08 0.35 0.6
Hex 75 7C BC 26 22 0 1A EA 23 3C
Octal 165 174 274 46 42 0 32 352 43 74
Binary 1110101 1111100 10111100 100110 100010 0 11010 11101010 100011 111100

Color Harmonies of #757CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CBC

Black with #757CBC

Text Example


Text Example

White with #757CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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