Html Css Color HEX #768EBC Wild Blue Yonder

📋 copy color: '#768EBC'

red 118 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #768EBC

Tints of Wild Blue Yonder #768EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

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

R = 26.34%
G = 31.7%
B = 41.96%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#768EBC (or 0x768EBC) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and BC. RGB value is (118,142,188). Sum of RGB (Red+Green+Blue) = 118+142+188=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #768EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EBC is #897143. Grayscale: #8B8B8B. Windows color (decimal): -9007428 or 12357238. OLE color: 12357238.

HSL color Cylindrical-coordinate representation of color #768EBC: hue angle of 219.43º 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 #768EBC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 142 188 -
CMYK 0.37 0.24 0 0.26
HSL 219.43º 0.34% 0.6% -
HSV(B) 219.43º 0.37% 0.74% -
XYZ 26.22 26.83 51.37 -
YUV 140.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 118 142 188 0.37 0.24 0 0.26 219.43 0.34 0.6
Hex 76 8E BC 25 18 0 1A DB 22 3C
Octal 166 216 274 45 30 0 32 333 42 74
Binary 1110110 10001110 10111100 100101 11000 0 11010 11011011 100010 111100

Color Harmonies of #768EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EBC

Black with #768EBC

Text Example


Text Example

White with #768EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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