Html Css Color HEX #768FBF Wild Blue Yonder

📋 copy color: '#768FBF'

red 118 ◦ green 143 ◦ blue 191

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

Shades of Wild Blue Yonder #768FBF

Tints of Wild Blue Yonder #768FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 191 (75% from 255) = 42.26%

R = 26.11%
G = 31.64%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768FBF (or 0x768FBF) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and BF. RGB value is (118,143,191). Sum of RGB (Red+Green+Blue) = 118+143+191=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #768FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBF is #897040. Grayscale: #8C8C8C. Windows color (decimal): -9007169 or 12554102. OLE color: 12554102.

HSL color Cylindrical-coordinate representation of color #768FBF: hue angle of 219.45º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768FBF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 143 191 -
CMYK 0.38 0.25 0 0.25
HSL 219.45º 0.36% 0.61% -
HSV(B) 219.45º 0.38% 0.75% -
XYZ 26.7 27.26 53.14 -
YUV 141 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 118 143 191 0.38 0.25 0 0.25 219.45 0.36 0.61
Hex 76 8F BF 26 19 0 19 DB 24 3D
Octal 166 217 277 46 31 0 31 333 44 75
Binary 1110110 10001111 10111111 100110 11001 0 11001 11011011 100100 111101

Color Harmonies of #768FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FBF

Black with #768FBF

Text Example


Text Example

White with #768FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,191); }

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

background-color css

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

 a { background-color: rgb(118,143,191); }

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

border-color css

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

 span { border-color: rgb(118,143,191); }

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