Html Css Color HEX #768DB9 Wild Blue Yonder

📋 copy color: '#768DB9'

red 118 ◦ green 141 ◦ blue 185

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

Shades of Wild Blue Yonder #768DB9

Tints of Wild Blue Yonder #768DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 26.58%
G = 31.76%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#768DB9 (or 0x768DB9) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and B9. RGB value is (118,141,185). Sum of RGB (Red+Green+Blue) = 118+141+185=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #768DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DB9 is #897246. Grayscale: #8A8A8A. Windows color (decimal): -9007687 or 12160374. OLE color: 12160374.

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

Color convert

RGB 118 141 185 -
CMYK 0.36 0.24 0 0.27
HSL 219.4º 0.32% 0.59% -
HSV(B) 219.4º 0.36% 0.73% -
XYZ 25.75 26.4 49.64 -
YUV 139.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 118 141 185 0.36 0.24 0 0.27 219.4 0.32 0.59
Hex 76 8D B9 24 18 0 1B DB 20 3B
Octal 166 215 271 44 30 0 33 333 40 73
Binary 1110110 10001101 10111001 100100 11000 0 11011 11011011 100000 111011

Color Harmonies of #768DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DB9

Black with #768DB9

Text Example


Text Example

White with #768DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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