Html Css Color HEX #768DBC Wild Blue Yonder

📋 copy color: '#768DBC'

red 118 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #768DBC

Tints of Wild Blue Yonder #768DBC

RGB

 RED value IS 118 (46.48% from 255) = 26.4%

 GREEN value IS 141 (55.47% from 255) = 31.54%

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

R = 26.4%
G = 31.54%
B = 42.06%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#768DBC (or 0x768DBC) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and BC. RGB value is (118,141,188). Sum of RGB (Red+Green+Blue) = 118+141+188=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #768DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBC is #897243. Grayscale: #8B8B8B. Windows color (decimal): -9007684 or 12356982. OLE color: 12356982.

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

Color convert

RGB 118 141 188 -
CMYK 0.37 0.25 0 0.26
HSL 220.29º 0.34% 0.6% -
HSV(B) 220.29º 0.37% 0.74% -
XYZ 26.07 26.53 51.32 -
YUV 139.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 118 141 188 0.37 0.25 0 0.26 220.29 0.34 0.6
Hex 76 8D BC 25 19 0 1A DC 22 3C
Octal 166 215 274 45 31 0 32 334 42 74
Binary 1110110 10001101 10111100 100101 11001 0 11010 11011100 100010 111100

Color Harmonies of #768DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DBC

Black with #768DBC

Text Example


Text Example

White with #768DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768DBC; }

 p { color: rgb(118,141,188); }

 H1.HeaderClassName
 {
   color: #768DBC;
 }
 .AnyTagClassName
 {
   color: #768DBC;
 }
</style>

background-color css

<style>
 a { background-color: #768DBC; }

 a { background-color: rgb(118,141,188); }

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

border-color css

<style>
 span { border-color: #768DBC; }

 span { border-color: rgb(118,141,188); }

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