Html Css Color HEX #768ABF Wild Blue Yonder

📋 copy color: '#768ABF'

red 118 ◦ green 138 ◦ blue 191

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

Shades of Wild Blue Yonder #768ABF

Tints of Wild Blue Yonder #768ABF

RGB

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

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

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

R = 26.4%
G = 30.87%
B = 42.73%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768ABF (or 0x768ABF) is known color: Wild Blue Yonder. HEX triplet: 76, 8A and BF. RGB value is (118,138,191). Sum of RGB (Red+Green+Blue) = 118+138+191=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #768ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ABF is #897540. Grayscale: #898989. Windows color (decimal): -9008449 or 12552822. OLE color: 12552822.

HSL color Cylindrical-coordinate representation of color #768ABF: hue angle of 223.56º 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 #768ABF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 138 191 -
CMYK 0.38 0.28 0 0.25
HSL 223.56º 0.36% 0.61% -
HSV(B) 223.56º 0.38% 0.75% -
XYZ 25.96 25.79 52.9 -
YUV 138.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 118 138 191 0.38 0.28 0 0.25 223.56 0.36 0.61
Hex 76 8A BF 26 1C 0 19 E0 24 3D
Octal 166 212 277 46 34 0 31 340 44 75
Binary 1110110 10001010 10111111 100110 11100 0 11001 11100000 100100 111101

Color Harmonies of #768ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768ABF

Black with #768ABF

Text Example


Text Example

White with #768ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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