Html Css Color HEX #768FBE Wild Blue Yonder

📋 copy color: '#768FBE'

red 118 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #768FBE

Tints of Wild Blue Yonder #768FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 26.16%
G = 31.71%
B = 42.13%

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

#768FBE (or 0x768FBE) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and BE. RGB value is (118,143,190). Sum of RGB (Red+Green+Blue) = 118+143+190=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #768FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FBE is #897041. Grayscale: #8C8C8C. Windows color (decimal): -9007170 or 12488566. OLE color: 12488566.

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

Color convert

RGB 118 143 190 -
CMYK 0.38 0.25 0 0.25
HSL 219.17º 0.36% 0.6% -
HSV(B) 219.17º 0.38% 0.75% -
XYZ 26.59 27.21 52.57 -
YUV 140.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 118 143 190 0.38 0.25 0 0.25 219.17 0.36 0.6
Hex 76 8F BE 26 19 0 19 DB 24 3C
Octal 166 217 276 46 31 0 31 333 44 74
Binary 1110110 10001111 10111110 100110 11001 0 11001 11011011 100100 111100

Color Harmonies of #768FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FBE

Black with #768FBE

Text Example


Text Example

White with #768FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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