Html Css Color HEX #768CBF Wild Blue Yonder

📋 copy color: '#768CBF'

red 118 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #768CBF

Tints of Wild Blue Yonder #768CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

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

R = 26.28%
G = 31.18%
B = 42.54%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768CBF (or 0x768CBF) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and BF. RGB value is (118,140,191). Sum of RGB (Red+Green+Blue) = 118+140+191=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #768CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CBF is #897340. Grayscale: #8B8B8B. Windows color (decimal): -9007937 or 12553334. OLE color: 12553334.

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

Color convert

RGB 118 140 191 -
CMYK 0.38 0.27 0 0.25
HSL 221.92º 0.36% 0.61% -
HSV(B) 221.92º 0.38% 0.75% -
XYZ 26.25 26.37 53 -
YUV 139.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 118 140 191 0.38 0.27 0 0.25 221.92 0.36 0.61
Hex 76 8C BF 26 1B 0 19 DE 24 3D
Octal 166 214 277 46 33 0 31 336 44 75
Binary 1110110 10001100 10111111 100110 11011 0 11001 11011110 100100 111101

Color Harmonies of #768CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CBF

Black with #768CBF

Text Example


Text Example

White with #768CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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