Html Css Color HEX #767EBE Wild Blue Yonder

📋 copy color: '#767EBE'

red 118 ◦ green 126 ◦ blue 190

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

Shades of Wild Blue Yonder #767EBE

Tints of Wild Blue Yonder #767EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

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

R = 27.19%
G = 29.03%
B = 43.78%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#767EBE (or 0x767EBE) is known color: Wild Blue Yonder. HEX triplet: 76, 7E and BE. RGB value is (118,126,190). Sum of RGB (Red+Green+Blue) = 118+126+190=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #767EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EBE is #898141. Grayscale: #828282. Windows color (decimal): -9011522 or 12484214. OLE color: 12484214.

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

Color convert

RGB 118 126 190 -
CMYK 0.38 0.34 0 0.25
HSL 233.33º 0.36% 0.6% -
HSV(B) 233.33º 0.38% 0.75% -
XYZ 24.23 22.49 51.78 -
YUV 130.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 118 126 190 0.38 0.34 0 0.25 233.33 0.36 0.6
Hex 76 7E BE 26 22 0 19 E9 24 3C
Octal 166 176 276 46 42 0 31 351 44 74
Binary 1110110 1111110 10111110 100110 100010 0 11001 11101001 100100 111100

Color Harmonies of #767EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EBE

Black with #767EBE

Text Example


Text Example

White with #767EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767EBE; }

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

 H1.HeaderClassName
 {
   color: #767EBE;
 }
 .AnyTagClassName
 {
   color: #767EBE;
 }
</style>

background-color css

<style>
 a { background-color: #767EBE; }

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

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

border-color css

<style>
 span { border-color: #767EBE; }

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

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