Html Css Color HEX #768DD1 Wild Blue Yonder

📋 copy color: '#768DD1'

red 118 ◦ green 141 ◦ blue 209

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

Shades of Wild Blue Yonder #768DD1

Tints of Wild Blue Yonder #768DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 25.21%
G = 30.13%
B = 44.66%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#768DD1 (or 0x768DD1) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and D1. RGB value is (118,141,209). Sum of RGB (Red+Green+Blue) = 118+141+209=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #768DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD1 is #89722E. Grayscale: #8D8D8D. Windows color (decimal): -9007663 or 13733238. OLE color: 13733238.

HSL color Cylindrical-coordinate representation of color #768DD1: hue angle of 224.84º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768DD1 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 141 209 -
CMYK 0.44 0.33 0 0.18
HSL 224.84º 0.5% 0.64% -
HSV(B) 224.84º 0.44% 0.82% -
XYZ 28.5 27.5 64.13 -
YUV 141.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 118 141 209 0.44 0.33 0 0.18 224.84 0.5 0.64
Hex 76 8D D1 2C 21 0 12 E1 32 40
Octal 166 215 321 54 41 0 22 341 62 100
Binary 1110110 10001101 11010001 101100 100001 0 10010 11100001 110010 1000000

Color Harmonies of #768DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DD1

Black with #768DD1

Text Example


Text Example

White with #768DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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