Html Css Color HEX #768AD0 Wild Blue Yonder

📋 copy color: '#768AD0'

red 118 ◦ green 138 ◦ blue 208

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

Shades of Wild Blue Yonder #768AD0

Tints of Wild Blue Yonder #768AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 25.43%
G = 29.74%
B = 44.83%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#768AD0 (or 0x768AD0) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and D0. RGB value is (118,138,208). Sum of RGB (Red+Green+Blue) = 118+138+208=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #768AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768AD0 is #89752F. Grayscale: #8B8B8B. Windows color (decimal): -9008432 or 13666934. OLE color: 13666934.

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

Color convert

RGB 118 138 208 -
CMYK 0.43 0.34 0 0.18
HSL 226.67º 0.49% 0.64% -
HSV(B) 226.67º 0.43% 0.82% -
XYZ 27.94 26.58 63.33 -
YUV 140 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 118 138 208 0.43 0.34 0 0.18 226.67 0.49 0.64
Hex 76 8A D0 2B 22 0 12 E3 31 40
Octal 166 212 320 53 42 0 22 343 61 100
Binary 1110110 10001010 11010000 101011 100010 0 10010 11100011 110001 1000000

Color Harmonies of #768AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AD0

Black with #768AD0

Text Example


Text Example

White with #768AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,208); }

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

background-color css

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

 a { background-color: rgb(118,138,208); }

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

border-color css

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

 span { border-color: rgb(118,138,208); }

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