Html Css Color HEX #768BBE Wild Blue Yonder

📋 copy color: '#768BBE'

red 118 ◦ green 139 ◦ blue 190

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

Shades of Wild Blue Yonder #768BBE

Tints of Wild Blue Yonder #768BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.1%

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

R = 26.4%
G = 31.1%
B = 42.51%

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

#768BBE (or 0x768BBE) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and BE. RGB value is (118,139,190). Sum of RGB (Red+Green+Blue) = 118+139+190=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #768BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBE is #897441. Grayscale: #8A8A8A. Windows color (decimal): -9008194 or 12487542. OLE color: 12487542.

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

Color convert

RGB 118 139 190 -
CMYK 0.38 0.27 0 0.25
HSL 222.5º 0.36% 0.6% -
HSV(B) 222.5º 0.38% 0.75% -
XYZ 26 26.03 52.37 -
YUV 138.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 118 139 190 0.38 0.27 0 0.25 222.5 0.36 0.6
Hex 76 8B BE 26 1B 0 19 DE 24 3C
Octal 166 213 276 46 33 0 31 336 44 74
Binary 1110110 10001011 10111110 100110 11011 0 11001 11011110 100100 111100

Color Harmonies of #768BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BBE

Black with #768BBE

Text Example


Text Example

White with #768BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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