Html Css Color HEX #768DCF Wild Blue Yonder

📋 copy color: '#768DCF'

red 118 ◦ green 141 ◦ blue 207

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

Shades of Wild Blue Yonder #768DCF

Tints of Wild Blue Yonder #768DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 25.32%
G = 30.26%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#768DCF (or 0x768DCF) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CF. RGB value is (118,141,207). Sum of RGB (Red+Green+Blue) = 118+141+207=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #768DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCF is #897230. Grayscale: #8D8D8D. Windows color (decimal): -9007665 or 13602166. OLE color: 13602166.

HSL color Cylindrical-coordinate representation of color #768DCF: hue angle of 224.49º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768DCF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 141 207 -
CMYK 0.43 0.32 0 0.19
HSL 224.49º 0.48% 0.64% -
HSV(B) 224.49º 0.43% 0.81% -
XYZ 28.26 27.41 62.83 -
YUV 141.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 118 141 207 0.43 0.32 0 0.19 224.49 0.48 0.64
Hex 76 8D CF 2B 20 0 13 E0 30 40
Octal 166 215 317 53 40 0 23 340 60 100
Binary 1110110 10001101 11001111 101011 100000 0 10011 11100000 110000 1000000

Color Harmonies of #768DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCF

Black with #768DCF

Text Example


Text Example

White with #768DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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