Html Css Color HEX #768DBA Wild Blue Yonder

📋 copy color: '#768DBA'

red 118 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #768DBA

Tints of Wild Blue Yonder #768DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 26.52%
G = 31.69%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#768DBA (or 0x768DBA) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and BA. RGB value is (118,141,186). Sum of RGB (Red+Green+Blue) = 118+141+186=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #768DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DBA is #897245. Grayscale: #8B8B8B. Windows color (decimal): -9007686 or 12225910. OLE color: 12225910.

HSL color Cylindrical-coordinate representation of color #768DBA: hue angle of 219.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768DBA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 141 186 -
CMYK 0.37 0.24 0 0.27
HSL 219.71º 0.33% 0.6% -
HSV(B) 219.71º 0.37% 0.73% -
XYZ 25.86 26.45 50.2 -
YUV 139.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 118 141 186 0.37 0.24 0 0.27 219.71 0.33 0.6
Hex 76 8D BA 25 18 0 1B DC 21 3C
Octal 166 215 272 45 30 0 33 334 41 74
Binary 1110110 10001101 10111010 100101 11000 0 11011 11011100 100001 111100

Color Harmonies of #768DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DBA

Black with #768DBA

Text Example


Text Example

White with #768DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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